System::Collections::Generic::Dictionary::GetEnumerator method

Dictionary::GetEnumerator method

Creates enumerator object.

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

ReturnValue

Newly created enumerator object.

See Also