ConcurrentDictionary<TKey,TValue>.IDictionary.Values Propiedad

Definición

Obtiene un ICollection 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

ICollection

Interfaz que contiene los valores de IDictionary.

Implementaciones

Comentarios

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

Se aplica a

Consulte también