SortedSetBaseKeyComparer Property |
Gets the IComparer that is used to determine the order of the items in the sorted set
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public abstract VelocityDbComparer<Key> Comparer { get; }
Public MustOverride ReadOnly Property Comparer As VelocityDbComparer(Of Key)
Get
public:
virtual property VelocityDbComparer<Key>^ Comparer {
VelocityDbComparer<Key>^ get () abstract;
}
abstract Comparer : VelocityDbComparer<'Key> with get
Property Value
Type:
VelocityDbComparerKeySee Also