Capture.Index 属性

定义

原始字符串中发现捕获的子字符串的第一个字符的位置。

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

属性值

原始字符串中发现捕获的子字符串的从零开始的起始位置。

适用于