Android.Runtime.JavaList<T>: Method Members

The methods of Android.Runtime.JavaList<T> are listed below. For a list of all members, see the JavaList<T> Members list.

See Also: Inherited members from Android.Runtime.JavaList

Public Methods

Add(T)
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) : IList<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.
static
ToLocalJniHandle(IList<T>) : IntPtr
Documentation for this section has not yet been entered.