Android.Runtime.JavaArray<T> Members

The members of Android.Runtime.JavaArray<T> are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. Documentation for this section has not yet been entered.
default property
Item(int)T. Documentation for this section has not yet been entered.

Public Methods

Add(T)
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(T) : bool
Documentation for this section has not yet been entered.
CopyTo(T[], int)
Documentation for this section has not yet been entered.
static
FromJniHandle(IntPtr, JniHandleOwnership) : JavaArray<T>
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<T>
Documentation for this section has not yet been entered.
IndexOf(T) : int
Documentation for this section has not yet been entered.
Insert(int, T)
Documentation for this section has not yet been entered.
Remove(T) : bool
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(IList<T>) : IntPtr
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.