AdditionalPropertiesDictionary<TValue>.Enumerator.Current Propiedad

Definición

Obtiene el elemento de la colección en la posición actual del 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 de propiedad

Elemento de la colección en la posición actual del enumerador.

Implementaciones

Se aplica a