Java.Interop.JavaObjectExtensions Members

The members of Java.Interop.JavaObjectExtensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
JavaCast<TResult>(this Android.Runtime.IJavaObject) : TResult
Documentation for this section has not yet been entered.
static
ToInteroperableCollection(this ICollection) : Android.Runtime.JavaCollection
Documentation for this section has not yet been entered.
static
ToInteroperableCollection(this IDictionary) : Android.Runtime.JavaDictionary
Documentation for this section has not yet been entered.
static
ToInteroperableCollection(this IList) : Android.Runtime.JavaList
Documentation for this section has not yet been entered.
static
ToInteroperableCollection<T>(this ICollection<T>) : Android.Runtime.JavaCollection<T>
Documentation for this section has not yet been entered.
static
ToInteroperableCollection<T>(this IList<T>) : Android.Runtime.JavaList<T>
Documentation for this section has not yet been entered.
static
ToInteroperableCollection<K,V>(this IDictionary<K, V>) : Android.Runtime.JavaDictionary<K, V>
Documentation for this section has not yet been entered.