CaptureCollection.Item[Int32] 属性

定义

获取该集合的单个成员。

public:
 property System::Text::RegularExpressions::Capture ^ default[int] { System::Text::RegularExpressions::Capture ^ get(int i); };
public System.Text.RegularExpressions.Capture this[int i] { get; }
member this.Item(int) : System.Text.RegularExpressions.Capture
Default Public ReadOnly Property Item(i As Integer) As Capture

参数

i
Int32

捕获集合中的索引。

属性值

Capture

位于集合中 i 位置的捕获子字符串。

实现

例外

该集合是只读的。

i 小于 0 或大于 Count

适用于