ImmutableDictionary<TKey,TValue>.IDictionary.Keys Propriedade

Definição

Obtém um ICollection<T> contendo 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 de Propriedade

An ICollection<T> contendo as chaves do objeto que implementa IDictionary<TKey,TValue>.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ImmutableDictionary<TKey,TValue> instância é transmitida para uma IDictionary interface.

Aplica-se a