System.Generics.Collections.TDictionary.TKeyCollection.Create

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

Delphi

constructor Create(const ADictionary: TDictionary<TKey,TValue>);

C++

__fastcall TKeyCollection(TDictionary__2<TKey,TValue>* const ADictionary);

プロパティ

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

説明

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

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