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

Definição

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

property System::Collections::DictionaryEntry System::Collections::IDictionaryEnumerator::Entry { System::Collections::DictionaryEntry get(); };
System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get; }
member this.System.Collections.IDictionaryEnumerator.Entry : System.Collections.DictionaryEntry
 ReadOnly Property Entry As DictionaryEntry Implements IDictionaryEnumerator.Entry

Valor da propriedade

Um DictionaryEntry que contém a chave e o valor da entrada de dicionário atual.

Implementações

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