Share via


UCharacterEnums.ECharacterCategory.ModifierLetter Field

Definition

Caution

Use 'Android.Icu.Lang.UCharacterEnums.IECharacterCategory.ModifierLetter'. This class will be removed in a future release.

Character type Lm

[Android.Runtime.Register("MODIFIER_LETTER", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterCategory.ModifierLetter'. This class will be removed in a future release.")]
public const sbyte ModifierLetter = 4;
[<Android.Runtime.Register("MODIFIER_LETTER", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.UCharacterEnums.IECharacterCategory.ModifierLetter'. This class will be removed in a future release.")>]
val mutable ModifierLetter : sbyte

Field Value

Value = 4
Attributes

Remarks

Character type Lm

Java documentation for android.icu.lang.UCharacterEnums.ECharacterCategory.MODIFIER_LETTER.

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