SortedSetAnyKey Constructor (VelocityDbComparerKey) |
Constructs a set with a given object comparator
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public SortedSetAny(
VelocityDbComparer<Key> comparer
)
Public Sub New (
comparer As VelocityDbComparer(Of Key)
)
public:
SortedSetAny(
VelocityDbComparer<Key>^ comparer
)
new :
comparer : VelocityDbComparer<'Key> -> SortedSetAny
Parameters
- comparer
- Type: VelocityDb.Collection.ComparerVelocityDbComparerKey
A comparator of Key objects
See Also