OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Value Propriedade

Definição

Obtém o valor da entrada atual do dicionário.

property System::Object ^ System::Collections::IDictionaryEnumerator::Value { System::Object ^ get(); };
object? System.Collections.IDictionaryEnumerator.Value { get; }
member this.System.Collections.IDictionaryEnumerator.Value : obj
 ReadOnly Property Value As Object Implements IDictionaryEnumerator.Value

Valor de Propriedade

O valor do elemento atual da enumeração.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a <instância xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> é convertida numa <interface xref:System.Collections.IDictionaryEnumerator> .

Aplica-se a