System::Collections::Generic::SortedList::get_Values method

SortedList::get_Values method

Accesses value collection.

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

ReturnValue

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

See Also