System.Generics.Collections.TDictionary.TKeyCollection
Delphi
TKeyCollection = class(TEnumerable<TKey>)
C++
class PASCALIMPLEMENTATION TKeyCollection : public TEnumerable__1<TKey>
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
Description
TDictionary.TKeyCollection is the container class for the collection of keys in the dictionary.
TDictionary.TKeyCollection is the container class for the collection of keys in the dictionary.