UnicodeSet.AllCodePoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.