Table of Contents

Bcl.Collections Namespace

Classes

Name Description
TOrderedDictionary<​K, V> A generic dictionary that preserves the insertion order of key-value pairs.
TOrderedObject​Dictionary<​K, V> An ordered dictionary that can take ownership of its keys and/or values (which must be class types).

Interfaces

Name Description
IDictionary Provides a type-independent dictionary interface using TValue-based keys and values.