UnicodeRange.Length 属性
定义
获取由此 UnicodeRange 实例表示的范围中的码位数。Gets the number of code points in the range represented by this UnicodeRange instance.
public:
property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer
属性值
范围内的码位数。The number of code points in the range.