Regex.ValueMatchEnumerator.Current Proprietà

Definizione

Ottiene l'elemento ValueMatch in corrispondenza della posizione corrente dell'enumeratore.

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

Valore della proprietà

ValueMatch

Eccezioni

L'enumerazione non è stata avviata o è già stata completata.

Si applica a