get_Values()

IDictionary::get_Values() const method

Accesses value collection.

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

Return Value

Pointer to interface providing access to stored values via ICollection interface.

See Also