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位置的第一个位置。

适用于