Compartir a través de


OrderedDictionary<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

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la instancia de <xref:System.Collections.Generic.OrderedDictionary'> 2 se convierte en una interfaz de <xref:System.Collections.IDictionary>.

Se aplica a