UnicodeRange.FirstCodePoint 속성

정의

UnicodeRange 인스턴스가 나타내는 범위의 첫 번째 코드 지점을 가져옵니다.

public:
 property int FirstCodePoint { int get(); };
public int FirstCodePoint { get; }
member this.FirstCodePoint : int
Public ReadOnly Property FirstCodePoint As Integer

속성 값

범위의 첫 번째 코드 지점입니다.

적용 대상