System::Collections::Generic::SortedList::GetEnumerator method

SortedList::GetEnumerator method

Gets enumerator iterating through current list.

IEnumeratorPtr System::Collections::Generic::SortedList<TKey, TValue>::GetEnumerator() override

ReturnValue

Pointer to newly created enumerator iterating through current list.

See Also