UnicodeSet.Remove Method

Definition

Overloads

Remove(Int32, Int32)
Remove(Int32)
Remove(String)
Remove(ICharSequence)

Remove(Int32, Int32)

[Android.Runtime.Register("remove", "(II)Landroid/icu/text/UnicodeSet;", "GetRemove_IIHandler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? Remove (int start, int end);
[<Android.Runtime.Register("remove", "(II)Landroid/icu/text/UnicodeSet;", "GetRemove_IIHandler", ApiSince=24)>]
abstract member Remove : int * int -> Android.Icu.Text.UnicodeSet
override this.Remove : 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

Remove(Int32)

[Android.Runtime.Register("remove", "(I)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)]
public Android.Icu.Text.UnicodeSet? Remove (int c);
[<Android.Runtime.Register("remove", "(I)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)>]
member this.Remove : 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

Remove(String)

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

Remove(ICharSequence)

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