JavaArray<T> Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class JavaArray<T> : Java.Interop.JavaObject, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IList
	type JavaArray<'T> = class
    inherit JavaObject
    interface IList
    interface ICollection
    interface IEnumerable
    interface IList<'T>
    interface ICollection<'T>
    interface seq<'T>
    Type Parameters
- T
 
- Inheritance
 
- Derived
 
- Implements
 
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Properties
| IsReadOnly | |
| Item[Int32] | |
| JniIdentityHashCode | (Inherited from JavaObject) | 
| JniManagedPeerState | (Inherited from JavaObject) | 
| JniPeerMembers | (Inherited from JavaObject) | 
| Length | |
| PeerReference | (Inherited from JavaObject) | 
Methods
| Clear() | |
| Construct(JniObjectReference, JniObjectReferenceOptions) | (Inherited from JavaObject) | 
| Contains(T) | |
| CopyTo(T[], Int32) | |
| Dispose() | (Inherited from JavaObject) | 
| Dispose(Boolean) | (Inherited from JavaObject) | 
| DisposeUnlessReferenced() | (Inherited from JavaObject) | 
| Equals(Object) | (Inherited from JavaObject) | 
| GetEnumerator() | |
| GetHashCode() | (Inherited from JavaObject) | 
| IndexOf(T) | |
| SetPeerReference(JniObjectReference, JniObjectReferenceOptions) | (Inherited from JavaObject) | 
| ToArray() | |
| ToString() | (Inherited from JavaObject) | 
| UnregisterFromRuntime() | (Inherited from JavaObject) | 
Explicit Interface Implementations
Extension Methods
| ToInteroperableCollection<T>(ICollection<T>) | |
| ToInteroperableCollection<T>(IList<T>) | |
| GetJniTypeName(IJavaPeerable) | 
		 Gets the JNI name of the type of the instance   | 
        	
| JavaAs<TResult>(IJavaPeerable) | 
		 Try to coerce   | 
        	
| TryJavaCast<TResult>(IJavaPeerable, TResult) | 
		 Try to coerce   |