AlphabeticIndex Constructors

Definition

Overloads

AlphabeticIndex(RuleBasedCollator)
AlphabeticIndex(ULocale)
AlphabeticIndex(Locale)

AlphabeticIndex(RuleBasedCollator)

[Android.Runtime.Register(".ctor", "(Landroid/icu/text/RuleBasedCollator;)V", "", ApiSince=24)]
public AlphabeticIndex (Android.Icu.Text.RuleBasedCollator? collator);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/text/RuleBasedCollator;)V", "", ApiSince=24)>]
new Android.Icu.Text.AlphabeticIndex : Android.Icu.Text.RuleBasedCollator -> Android.Icu.Text.AlphabeticIndex

Parameters

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

AlphabeticIndex(ULocale)

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public AlphabeticIndex (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.AlphabeticIndex : Android.Icu.Util.ULocale -> Android.Icu.Text.AlphabeticIndex

Parameters

locale
ULocale
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

AlphabeticIndex(Locale)

[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)]
public AlphabeticIndex (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.AlphabeticIndex : Java.Util.Locale -> Android.Icu.Text.AlphabeticIndex

Parameters

locale
Locale
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