GetEnumerator()

SortedDictionary::GetEnumerator() method

Gets enumerator to iterate through current dictionary.

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

Return Value

Pointer to newly created enumerator.

See Also