UnicodeSet.Complement Method

Definition

Overloads

Complement(Int32, Int32)
Complement(String)
Complement(Int32)
Complement()
Complement(ICharSequence)

Complement(Int32, Int32)

[Android.Runtime.Register("complement", "(II)Landroid/icu/text/UnicodeSet;", "GetComplement_IIHandler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? Complement (int start, int end);
[<Android.Runtime.Register("complement", "(II)Landroid/icu/text/UnicodeSet;", "GetComplement_IIHandler", ApiSince=24)>]
abstract member Complement : int * int -> Android.Icu.Text.UnicodeSet
override this.Complement : int * int -> Android.Icu.Text.UnicodeSet

Parameters

start
Int32
end
Int32

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

Complement(String)

public Android.Icu.Text.UnicodeSet? Complement (string? s);
member this.Complement : 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

Complement(Int32)

[Android.Runtime.Register("complement", "(I)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)]
public Android.Icu.Text.UnicodeSet? Complement (int c);
[<Android.Runtime.Register("complement", "(I)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)>]
member this.Complement : int -> Android.Icu.Text.UnicodeSet

Parameters

c
Int32

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

Complement()

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

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

Complement(ICharSequence)

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