System::Collections::Generic::SortedList::get_Keys method

SortedList::get_Keys method

Accesses key collection.

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

ReturnValue

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

See Also