System::Collections::Generic::IDictionary::get_Values método

IDictionary::get_Values method

Accede a la colección de valores.

virtual SharedPtr<ICollection<TValue>> System::Collections::Generic::IDictionary<TKey, TValue>::get_Values() const

ReturnValue

Puntero a la interfaz que proporciona acceso a los valores almacenados a través de la interfaz ICollection.

Ver también