ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Values Propiedad

Definición

Obtiene una interfaz ICollection<T> que contiene los valores de la interfaz 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

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

Implementaciones

Comentarios

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

Se aplica a