SortedPointBufferTKey, TValue(Int32, ActionTKey, TKey) Constructor

Creates a SortedPointBufferTKey, TValue that can hold only exactly the specified capacity using the specified duplicate handler.

Definition

Namespace: SnapDB.Snap.Collection
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected SortedPointBuffer(
	int capacity,
	Action<TKey, TKey>? 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.

See Also