System::Collections::Generic::SortedDictionary::GetEnumerator method

SortedDictionary::GetEnumerator method

Gets enumerator to iterate through current dictionary.

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

ReturnValue

Pointer to newly created enumerator.

See Also