SortedPointBufferTKey, TValue(Int32, ActionTKey, TKey) Constructor
Namespace: SnapDB.Snap.CollectionAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected SortedPointBuffer(
int capacity,
Action<TKey, TKey>? duplicateHandler
)
Protected Sub New (
capacity As Integer,
duplicateHandler As Action(Of TKey, TKey)
)
protected:
SortedPointBuffer(
int capacity,
Action<TKey, TKey>^ duplicateHandler
)
SnapDB.Snap.Collection.SortedPointBuffer = function(capacity, duplicateHandler);
Parameters
- capacity Int32
- The maximum number of items that can be stored in this class.
- duplicateHandler ActionTKey, TKey
- Function that will handle encountered duplicates.