SortedSetAnyKey Constructor (VelocityDbComparerKey) |
Constructs a set with a given object comparator
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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