Freigeben über


UnicodeSet.AllCodePoints Property

Definition

Constant for the set of all code points.

[Android.Runtime.Register("ALL_CODE_POINTS", ApiSince=24)]
public static Android.Icu.Text.UnicodeSet? AllCodePoints { get; }
[<Android.Runtime.Register("ALL_CODE_POINTS", ApiSince=24)>]
static member AllCodePoints : Android.Icu.Text.UnicodeSet

Property Value

Attributes

Remarks

Constant for the set of all code points. (Since UnicodeSets can include strings, does not include everything that a UnicodeSet can.)

Java documentation for android.icu.text.UnicodeSet.ALL_CODE_POINTS.

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