System.Generics.Collections.TDictionary.TValueCollection.Create

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

Delphi

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

C++

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

プロパティ

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

説明

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

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