Android.Runtime.JavaCollection<T> Members

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

See Also: Inherited members from Android.Runtime.JavaCollection

Public Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsReadOnlybool. 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) : ICollection<T>
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<T>
Documentation for this section has not yet been entered.
Remove(T) : bool
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(ICollection<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.