System::Collections::Generic::BaseDictionary::GetEnumerator method

BaseDictionary::GetEnumerator method

Creates enumerator instance, should be implemented by subclass.

SharedPtr<IEnumerator<KeyValuePair<key_t, mapped_t>>> System::Collections::Generic::BaseDictionary<Map>::GetEnumerator() override=0

ReturnValue

Enumerator bound to this object.

See Also