System.Generics.Collections.TObjectOrderedDictionary

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TOrderedDictionarySystem.Generics.Collections.TDictionarySystem.Generics.Collections.TEnumerableSystem.TObjectTObjectOrderedDictionary

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.


See Also