System.Generics.Collections.TDictionary.TValueEnumerator.Create
Delphi
constructor Create(const ADictionary: TDictionary<TKey,TValue>);
C++
__fastcall TValueEnumerator(TDictionary__2<TKey,TValue>* const ADictionary);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TValueEnumerator |
説明
TDictionary.TValueEnumerator のインスタンスを作成します。
Create を呼び出すと、TDictionary.TValueEnumerator クラスのインスタンスを作成できます。