다음을 통해 공유


UnicodeSet.ComplementAll 메서드

정의

오버로드

ComplementAll(UnicodeSet)
ComplementAll(ICharSequence)
ComplementAll(String)

ComplementAll(UnicodeSet)

[Android.Runtime.Register("complementAll", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/UnicodeSet;", "GetComplementAll_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? ComplementAll (Android.Icu.Text.UnicodeSet? c);
[<Android.Runtime.Register("complementAll", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/UnicodeSet;", "GetComplementAll_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)>]
abstract member ComplementAll : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.UnicodeSet
override this.ComplementAll : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.UnicodeSet

매개 변수

반환

특성

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

ComplementAll(ICharSequence)

[Android.Runtime.Register("complementAll", "(Ljava/lang/CharSequence;)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)]
public Android.Icu.Text.UnicodeSet? ComplementAll (Java.Lang.ICharSequence? s);
[<Android.Runtime.Register("complementAll", "(Ljava/lang/CharSequence;)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)>]
member this.ComplementAll : Java.Lang.ICharSequence -> Android.Icu.Text.UnicodeSet

매개 변수

반환

특성

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

ComplementAll(String)

public Android.Icu.Text.UnicodeSet? ComplementAll (string? s);
member this.ComplementAll : string -> Android.Icu.Text.UnicodeSet

매개 변수

s
String

반환

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상