Regex.ValueSplitEnumerator.Current プロパティ

定義

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

public:
 property Range Current { Range get(); };
public Range Current { get; }
member this.Current : Range
Public ReadOnly Property Current As Range

プロパティ値

例外

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

適用対象