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

Definição

Obtém a chave da entrada atual do dicionário.

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

Valor de Propriedade

A chave do elemento atual da enumeração.

Implementações

Key

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