ConcurrentDictionary<TKey,TValue>.IDictionary.Keys Propiedad

Definición

Obtiene un ICollection objeto que contiene las claves de 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 propiedad

Interfaz que contiene las claves de .IDictionary<TKey,TValue>

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ConcurrentDictionary<TKey,TValue> instancia se convierte en una IDictionary interfaz.

Se aplica a

Consulte también