FrozenDictionary<TKey,TValue>.IDictionary.Values Propiedad

Definición

Obtiene un objeto ICollection que contiene los valores del objeto 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

Objeto ICollection que contiene los valores del objeto IDictionary.

Implementaciones

Se aplica a