Share via


Collator.TailoredSet Property

Definition

<strong>[icu]</strong> Returns a UnicodeSet that contains all the characters and sequences tailored in this collator.

public virtual Android.Icu.Text.UnicodeSet? TailoredSet { [Android.Runtime.Register("getTailoredSet", "()Landroid/icu/text/UnicodeSet;", "GetGetTailoredSetHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getTailoredSet", "()Landroid/icu/text/UnicodeSet;", "GetGetTailoredSetHandler", ApiSince=24)>]
member this.TailoredSet : Android.Icu.Text.UnicodeSet

Property Value

a pointer to a UnicodeSet object containing all the code points and sequences that may sort differently than in the root collator.

Attributes

Remarks

<strong>[icu]</strong> Returns a UnicodeSet that contains all the characters and sequences tailored in this collator.

Java documentation for android.icu.text.Collator.getTailoredSet().

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