System.Generics.Collections.TOrderedDictionary

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TDictionarySystem.Generics.Collections.TEnumerableSystem.TObjectTOrderedDictionary

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.


See Also