System.Generics.Collections.TOrderedDictionary

Delphi
TOrderedDictionary<K,V> = class(TDictionary<K,V>)
C++
template<typename K, typename V> class PASCALIMPLEMENTATION TOrderedDictionary__2 : public TDictionary__2<K,V>
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | System.Generics.Collections |
Description
Represents a collection of key/value pairs available for a key or index.