JavaObjectArray<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 class JavaObjectArray<T> : Java.Interop.JavaArray<T>
type JavaObjectArray<'T> = class
inherit JavaArray<'T>
Type Parameters
- T
- Inheritance
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.
Constructors
JavaObjectArray<T>(IEnumerable<T>) | |
JavaObjectArray<T>(IList<T>) | |
JavaObjectArray<T>(Int32) | |
JavaObjectArray<T>(JniObjectReference, JniObjectReferenceOptions) |
Properties
IsReadOnly | (Inherited from JavaArray<T>) |
Item[Int32] | |
JniIdentityHashCode | (Inherited from JavaObject) |
JniManagedPeerState | (Inherited from JavaObject) |
JniPeerMembers | (Inherited from JavaObject) |
Length | (Inherited from JavaArray<T>) |
PeerReference | (Inherited from JavaObject) |
Methods
Clear() | |
Construct(JniObjectReference, JniObjectReferenceOptions) | (Inherited from JavaObject) |
Contains(T) | (Inherited from JavaArray<T>) |
CopyTo(T[], Int32) | |
Dispose() | (Inherited from JavaObject) |
Dispose(Boolean) | (Inherited from JavaObject) |
DisposeUnlessReferenced() | |
Equals(Object) | (Inherited from JavaObject) |
GetEnumerator() | |
GetHashCode() | (Inherited from JavaObject) |
IndexOf(T) | |
SetPeerReference(JniObjectReference, JniObjectReferenceOptions) | (Inherited from JavaObject) |
ToArray() | (Inherited from JavaArray<T>) |
ToString() | (Inherited from JavaObject) |
UnregisterFromRuntime() | (Inherited from JavaObject) |
Explicit Interface Implementations
Extension Methods
ToInteroperableCollection<T>(ICollection<T>) | |
ToInteroperableCollection<T>(IList<T>) | |
GetJniTypeName(IJavaPeerable) |