ConcurrentDictionary<TKey,TValue>.IDictionary.Values Propiedad

Definición

Obtiene un ICollection objeto que contiene los valores de .IDictionary

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

Valor de propiedad

Interfaz que contiene los valores de .IDictionary

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