Click or drag to resize

BTreeBase<Key, Value>.Comparer Property

Gets the VelocityDbComparer(Of Key) that is used to determine the order of the items in the sorted set

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract VelocityDbComparer<Key> Comparer { get; }

Property Value

Type: VelocityDbComparer<Key>
See Also