UnicodeRange(Int32, Int32) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 유니코드 코드 위치에서 시작하는 지정된 수의 문자를 포함하는 새 UnicodeRange를 만듭니다.
public:
UnicodeRange(int firstCodePoint, int length);
public UnicodeRange (int firstCodePoint, int length);
new System.Text.Unicode.UnicodeRange : int * int -> System.Text.Unicode.UnicodeRange
Public Sub New (firstCodePoint As Integer, length As Integer)
매개 변수
- firstCodePoint
- Int32
범위에서 첫 번째 코드 포인트입니다.
- length
- Int32
범위에서 코드 포인트의 수입니다.
예외
firstCodePoint
가 0보다 작거나 0xFFFF보다 큽니다.
또는
length
가 0보다 작은 경우
또는
firstCodePoint
와 length
를 더한 값이 0xFFFF보다 큽니다.
설명
이 생성자를 호출하여 만든 인스턴스에는 UnicodeRange 정의되지 않은 코드 포인트와 + length
firstCodePoint
- 1 사이의 firstCodePoint
코드 포인트가 포함됩니다.