ImmutableSortedDictionary<TKey,TValue>.IDictionary.Keys Propriedade

Definição

Obtém um ICollection<T> que contém as chaves do IDictionary<TKey,TValue>.

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

Um ICollection<T> que contém as chaves do objeto que implementa IDictionary<TKey,TValue>.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ImmutableSortedDictionary<TKey,TValue> é convertida em uma interface de IDictionary.

Aplica-se a