Share via


UCharacter.LineBreak.Inseparable Field

Definition

Caution

Use 'Android.Icu.Lang.UCharacter.ILineBreak.Inseparable'. This class will be removed in a future release.

Renamed from the misspelled "inseperable" in Unicode 4.

[Android.Runtime.Register("INSEPARABLE", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.UCharacter.ILineBreak.Inseparable'. This class will be removed in a future release.")]
public const int Inseparable = 15;
[<Android.Runtime.Register("INSEPARABLE", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.UCharacter.ILineBreak.Inseparable'. This class will be removed in a future release.")>]
val mutable Inseparable : int

Field Value

Value = 15
Attributes

Remarks

Renamed from the misspelled "inseperable" in Unicode 4.0.1.

Java documentation for android.icu.lang.UCharacter.LineBreak.INSEPARABLE.

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