ImmutableDictionary<TKey,TValue>.IDictionary.Values Propiedad
Definición
Obtiene una interfaz ICollection<T> que contiene los valores de la interfaz IDictionary<TKey,TValue>.Gets an ICollection<T> containing the values in the 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>.An ICollection<T> containing the values in the object that implements IDictionary<TKey,TValue>.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de ImmutableDictionary<TKey,TValue> se convierte en una interfaz IDictionary.It can be used only when the ImmutableDictionary<TKey,TValue> instance is cast to an IDictionary interface.