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
)
Public Sub New (
comparer As VelocityDbComparer(Of Key)
)
public:
SortedMap(
VelocityDbComparer<Key>^ comparer
)
new :
comparer : VelocityDbComparer<'Key> -> SortedMap
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