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

例外狀況

列舉尚未啟動或已完成。

適用於