Click or drag to resize

SortedMapKey, Value Constructor (VelocityDbComparerKey)

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.ComparerVelocityDbComparerKey
The comaparator is referenced by a OidShort so it must exist within the same Database as the SortedMap
See Also