다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상