Click or drag to resize

SortedMap<Key, Value> Constructor (VelocityDbComparer<Key>)

Constructs a new map with a given comparator

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public SortedMap(
	VelocityDbComparer<Key> comparer
)

Parameters

comparer
Type: VelocityDb.Collection.Comparer.VelocityDbComparer<Key>
The comaparator is referenced by a OidShort so it must exist within the same Database as the SortedMap
See Also