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

Definição

Obtém tanto a chave como o valor da entrada atual do dicionário.

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 de Propriedade

A contendo DictionaryEntry tanto a chave como o valor da entrada atual do dicionário.

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