Table of Contents

TOrderedDictionary<K, V>.Create Constructor

Overloads

TOrderedDictionary<K, V>.Create

Creates a new ordered dictionary using the default equality comparer for type K.

Syntax

Unit: Bcl.Collections

constructor TOrderedDictionary<K, V>.Create;

See also

TOrderedDictionary<K, V>.Create()

Creates a new ordered dictionary using the specified equality comparer for keys.

Syntax

Unit: Bcl.Collections

constructor TOrderedDictionary<K, V>.Create(const AComparer: );

Parameters

<-> Parameter Type Description
const AComparer The equality comparer used for key lookups.

See also