AdditionalPropertiesDictionary<TValue>.Enumerator.Current Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o elemento na coleção na posição atual do enumerador.
public:
property System::Collections::Generic::KeyValuePair<System::String ^, TValue> Current { System::Collections::Generic::KeyValuePair<System::String ^, TValue> get(); };
public System.Collections.Generic.KeyValuePair<string,TValue> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, 'Value>
Public ReadOnly Property Current As KeyValuePair(Of String, TValue)
Valor da propriedade
O elemento na coleção na posição atual do enumerador.