Compartilhar via


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

Definição

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

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 da propriedade

A chave do elemento atual da enumeração.

Implementações

Key

Comentários

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

Aplica-se a