Regex.ValueMatchEnumerator.Current プロパティ

定義

列挙子の ValueMatch 現在の位置にある要素を取得します。

public:
 property System::Text::RegularExpressions::ValueMatch Current { System::Text::RegularExpressions::ValueMatch get(); };
public System.Text.RegularExpressions.ValueMatch Current { get; }
member this.Current : System.Text.RegularExpressions.ValueMatch
Public ReadOnly Property Current As ValueMatch

プロパティ値

ValueMatch

例外

列挙体が開始されていないか、既に完了しています。

適用対象