UnicodeSet.ComplementAll Method

Definition

Overloads

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

Parameters

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

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

Parameters

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

ComplementAll(String)

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

Parameters

s
String

Returns

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