GetEnumerator()

Dictionary::GetEnumerator() method

Creates enumerator object.

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

Return Value

Newly created enumerator object.

See Also