System::Collections::Generic::BaseDictionary::GetEnumerator 方法

BaseDictionary::GetEnumerator method

创建枚举器实例,应由子类实现。

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

ReturnValue

Enumerator bound to this object.

另见