System.Generics.Collections.TDictionary.TKeyCollection.GetEnumerator
Delphi
function GetEnumerator: TKeyEnumerator; reintroduce;
C++
HIDESBASE TDictionary__2<TKey,TValue>::TKeyEnumerator* __fastcall GetEnumerator();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TKeyCollection |
説明
ディクショナリにおけるキーのコレクションの列挙子を返します。
GetEnumerator を呼び出すと、ディクショナリにおけるキーのコレクションの列挙子を取得できます。