SortedMapValueOidShortKey, 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 SortedMapValueOidShort(
VelocityDbComparer<Key> comparer
)
Public Sub New (
comparer As VelocityDbComparer(Of Key)
)
public:
SortedMapValueOidShort(
VelocityDbComparer<Key>^ comparer
)
new :
comparer : VelocityDbComparer<'Key> -> SortedMapValueOidShort
Parameters
- comparer
- Type: VelocityDb.Collection.ComparerVelocityDbComparerKey
See Also