UnicodeRange.FirstCodePoint Propriedade
Definição
Obtém o primeiro ponto de código no intervalo representado por essa instância UnicodeRange.Gets the first code point in the range represented by this UnicodeRange instance.
public:
property int FirstCodePoint { int get(); };
public int FirstCodePoint { get; }
member this.FirstCodePoint : int
Public ReadOnly Property FirstCodePoint As Integer
Valor da propriedade
O primeiro ponto de código no intervalo.The first code point in the range.