PropertyDictionary.Values Propiedad

Definición

Obtiene el objeto ICollection que contiene los valores del diccionario.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

Valor de propiedad

Objeto ICollection que contiene los valores del diccionario.

Implementaciones

Se aplica a