System::Collections::Generic::Dictionary::GetEnumerator 方法

Dictionary::GetEnumerator method

创建枚举器对象。

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

ReturnValue

新创建的枚举器对象。

另见