OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Key Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
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> .