System.Generics.Collections.TObjectOrderedDictionary

Delphi
TObjectOrderedDictionary<K,V> = class(TOrderedDictionary<K,V>)
C++
template<typename K, typename V> class PASCALIMPLEMENTATION TObjectOrderedDictionary__2 : public TOrderedDictionary__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.
System.Generics.Collections.TObjectOrderedDictionary inherits from System.Generics.Collections.TOrderedDictionary. All content below this line refers to System.Generics.Collections.TOrderedDictionary.
Represents a collection of key/value pairs available for a key or index.