CharacterRange.First 属性

定义

获取或设置字符串中此 CharacterRange 的第一个字符的位置。

public:
 property int First { int get(); void set(int value); };
public int First { get; set; }
member this.First : int with get, set
Public Property First As Integer

属性值

CharacterRange 的第一个位置。

适用于