JavaObjectExtensions.ToInteroperableCollection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 属性许可证中所述的术语使用。