Character.UnicodeBlock.LinearA Property

Definition

Gets the Unicode block named "Linear A".

[Android.Runtime.Register("LINEAR_A", ApiSince=34)]
public static Java.Lang.Character.UnicodeBlock LinearA { get; }
[<Android.Runtime.Register("LINEAR_A", ApiSince=34)>]
static member LinearA : Java.Lang.Character.UnicodeBlock

Property Value

The Unicode block named "Linear A".

Attributes

Remarks

This property represents the Unicode block named "Linear A".

Applies to