The members of Android.Runtime.JavaList<T> are listed below.
See Also: Inherited members from Android.Runtime.JavaList
JavaList() | Constructs a new ArrayList instance with zero initial capacity. | |
Documentation for this section has not yet been entered. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Add(T)Documentation for this section has not yet been entered. | ||
Contains(T)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)Documentation for this section has not yet been entered. | |
GetEnumerator()Documentation for this section has not yet been entered. | ||
IndexOf(T)Documentation for this section has not yet been entered. | ||
Insert(int, T)Documentation for this section has not yet been entered. | ||
Remove(T)Documentation for this section has not yet been entered. | ||
static | ToLocalJniHandle(IList<T>)Documentation for this section has not yet been entered. |
IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. |