Compartir vía


Regex.ValueMatchEnumerator.Current Propiedad

Definición

Obtiene el ValueMatch elemento en la posición actual del enumerador.

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

Valor de propiedad

ValueMatch

Excepciones

La enumeración no se ha iniciado o ya ha finalizado.

Se aplica a