共用方式為


JavaObjectExtensions.ToInteroperableCollection 方法

定義

多載

ToInteroperableCollection(ICollection)
已淘汰.
ToInteroperableCollection(IDictionary)
已淘汰.
ToInteroperableCollection(IList)
已淘汰.
ToInteroperableCollection<K,V>(IDictionary<K,V>)
已淘汰.
ToInteroperableCollection<T>(ICollection<T>)
已淘汰.
ToInteroperableCollection<T>(IList<T>)
已淘汰.

ToInteroperableCollection(ICollection)

警告

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

參數

instance
ICollection

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ToInteroperableCollection(IDictionary)

警告

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

參數

instance
IDictionary

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ToInteroperableCollection(IList)

警告

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

參數

instance
IList

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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

警告

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>

類型參數

K
V

參數

instance
IDictionary<K,V>

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ToInteroperableCollection<T>(ICollection<T>)

警告

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>

類型參數

T

參數

instance
ICollection<T>

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

ToInteroperableCollection<T>(IList<T>)

警告

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>

類型參數

T

參數

instance
IList<T>

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於