JavaObjectExtensions.ToInteroperableCollection Method

Definition

Overloads

ToInteroperableCollection(ICollection)
Obsolete.
ToInteroperableCollection(IDictionary)
Obsolete.
ToInteroperableCollection(IList)
Obsolete.
ToInteroperableCollection<K,V>(IDictionary<K,V>)
Obsolete.
ToInteroperableCollection<T>(ICollection<T>)
Obsolete.
ToInteroperableCollection<T>(IList<T>)
Obsolete.

ToInteroperableCollection(ICollection)

Caution

Use Android.Runtime.JavaCollection.ToLocalJniHandle()

[System.Obsolete("Use Android.Runtime.JavaCollection.ToLocalJniHandle()")]
public static Android.Runtime.JavaCollection ToInteroperableCollection (this System.Collections.ICollection instance);
[<System.Obsolete("Use Android.Runtime.JavaCollection.ToLocalJniHandle()")>]
static member ToInteroperableCollection : System.Collections.ICollection -> Android.Runtime.JavaCollection

Parameters

instance
ICollection

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToInteroperableCollection(IDictionary)

Caution

Use Android.Runtime.JavaDictionary.ToLocalJniHandle()

[System.Obsolete("Use Android.Runtime.JavaDictionary.ToLocalJniHandle()")]
public static Android.Runtime.JavaDictionary ToInteroperableCollection (this System.Collections.IDictionary instance);
[<System.Obsolete("Use Android.Runtime.JavaDictionary.ToLocalJniHandle()")>]
static member ToInteroperableCollection : System.Collections.IDictionary -> Android.Runtime.JavaDictionary

Parameters

instance
IDictionary

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToInteroperableCollection(IList)

Caution

Use Android.Runtime.JavaList.ToLocalJniHandle()

[System.Obsolete("Use Android.Runtime.JavaList.ToLocalJniHandle()")]
public static Android.Runtime.JavaList ToInteroperableCollection (this System.Collections.IList instance);
[<System.Obsolete("Use Android.Runtime.JavaList.ToLocalJniHandle()")>]
static member ToInteroperableCollection : System.Collections.IList -> Android.Runtime.JavaList

Parameters

instance
IList

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToInteroperableCollection<K,V>(IDictionary<K,V>)

Caution

Use Android.Runtime.JavaDictionary<K, V>.ToLocalJniHandle()

[System.Obsolete("Use Android.Runtime.JavaDictionary<K, V>.ToLocalJniHandle()")]
public static Android.Runtime.JavaDictionary<K,V> ToInteroperableCollection<K,V> (this System.Collections.Generic.IDictionary<K,V> instance);
[<System.Obsolete("Use Android.Runtime.JavaDictionary<K, V>.ToLocalJniHandle()")>]
static member ToInteroperableCollection : System.Collections.Generic.IDictionary<'K, 'V> -> Android.Runtime.JavaDictionary<'K, 'V>

Type Parameters

K
V

Parameters

instance
IDictionary<K,V>

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToInteroperableCollection<T>(ICollection<T>)

Caution

Use Android.Runtime.JavaCollection<T>.ToLocalJniHandle()

[System.Obsolete("Use Android.Runtime.JavaCollection<T>.ToLocalJniHandle()")]
public static Android.Runtime.JavaCollection<T> ToInteroperableCollection<T> (this System.Collections.Generic.ICollection<T> instance);
[<System.Obsolete("Use Android.Runtime.JavaCollection<T>.ToLocalJniHandle()")>]
static member ToInteroperableCollection : System.Collections.Generic.ICollection<'T> -> Android.Runtime.JavaCollection<'T>

Type Parameters

T

Parameters

instance
ICollection<T>

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToInteroperableCollection<T>(IList<T>)

Caution

Use Android.Runtime.JavaList<T>.ToLocalJniHandle()

[System.Obsolete("Use Android.Runtime.JavaList<T>.ToLocalJniHandle()")]
public static Android.Runtime.JavaList<T> ToInteroperableCollection<T> (this System.Collections.Generic.IList<T> instance);
[<System.Obsolete("Use Android.Runtime.JavaList<T>.ToLocalJniHandle()")>]
static member ToInteroperableCollection : System.Collections.Generic.IList<'T> -> Android.Runtime.JavaList<'T>

Type Parameters

T

Parameters

instance
IList<T>

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to