StringValues.Enumerator.Current Propriedade
Definição
Obtém o elemento na coleção na posição atual do enumerador.Gets the element in the collection at the current position of the enumerator.
public:
property System::String ^ Current { System::String ^ get(); };
public string Current { get; }
member this.Current : string
Public ReadOnly Property Current As String
Valor da propriedade
O elemento na coleção na posição atual do enumerador.The element in the collection at the current position of the enumerator.