System.Generics.Collections.TDictionary.TKeyEnumerator.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const ADictionary: TDictionary<K,V>);

C++

__fastcall TKeyEnumerator(TDictionary__2<K,V>* const ADictionary);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TKeyEnumerator

説明

TDictionary.TKeyEnumerator のインスタンスを作成します。

Create を呼び出すと、TDictionary.TKeyEnumerator クラスのインスタンスを作成できます。

関連項目