AlphabeticIndex.AddLabels Method

Definition

Overloads

AddLabels(UnicodeSet)
AddLabels(ULocale[])
AddLabels(Locale[])

AddLabels(UnicodeSet)

[Android.Runtime.Register("addLabels", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels (Android.Icu.Text.UnicodeSet? additions);
[<Android.Runtime.Register("addLabels", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.AlphabeticIndex

Parameters

additions
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

AddLabels(ULocale[])

[Android.Runtime.Register("addLabels", "([Landroid/icu/util/ULocale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels (params Android.Icu.Util.ULocale[]? additions);
[<Android.Runtime.Register("addLabels", "([Landroid/icu/util/ULocale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Android.Icu.Util.ULocale[] -> Android.Icu.Text.AlphabeticIndex

Parameters

additions
ULocale[]

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

AddLabels(Locale[])

[Android.Runtime.Register("addLabels", "([Ljava/util/Locale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels (params Java.Util.Locale[]? additions);
[<Android.Runtime.Register("addLabels", "([Ljava/util/Locale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Java.Util.Locale[] -> Android.Icu.Text.AlphabeticIndex

Parameters

additions
Locale[]

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