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

例外

枚举尚未启动或已完成。

适用于