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.

参照