UnicodeSet.Add Method

Definition

Overloads

Add(Int32, Int32)
Add(String)
Add(Int32)
Add(IIterable)
Add(ICharSequence)

Add(Int32, Int32)

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

Add(String)

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

Add(Int32)

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

Add(IIterable)

[Android.Runtime.Register("add", "(Ljava/lang/Iterable;)Landroid/icu/text/UnicodeSet;", "GetAdd_Ljava_lang_Iterable_Handler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? Add (Java.Lang.IIterable? source);
[<Android.Runtime.Register("add", "(Ljava/lang/Iterable;)Landroid/icu/text/UnicodeSet;", "GetAdd_Ljava_lang_Iterable_Handler", ApiSince=24)>]
abstract member Add : Java.Lang.IIterable -> Android.Icu.Text.UnicodeSet
override this.Add : Java.Lang.IIterable -> Android.Icu.Text.UnicodeSet

Parameters

source
IIterable

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

Add(ICharSequence)

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