OrderedDictionary<TKey,TValue>.IDictionary.Keys Propriedade

Definição

Obtém um ICollection objeto contendo as chaves do IDictionary objeto.

property System::Collections::ICollection ^ System::Collections::IDictionary::Keys { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Keys { get; }
member this.System.Collections.IDictionary.Keys : System.Collections.ICollection
 ReadOnly Property Keys As ICollection Implements IDictionary.Keys

Valor de Propriedade

Um objeto contendo ICollection as chaves do IDictionary objeto.

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> é convertida para uma <interface xref:System.Collections.IDictionary> .

Aplica-se a