get_Values()

SortedList::get_Values() const method

Accesses value collection.

SharedPtr<IList<TValue>> System::Collections::Generic::SortedListHelper<TKey, TValue>::get_Values() const

Return Value

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

See Also