ImmutableSortedDictionary<TKey,TValue>.IDictionary.Values Propiedad

Definición

Obtiene un ICollection<T> objeto que contiene los valores de .IDictionary<TKey,TValue>

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

que ICollection<T> contiene los valores del objeto que implementa IDictionary<TKey,TValue>.

Implementaciones

Comentarios

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

Se aplica a