FixedSizeNodeScannerTKey, TValue Constructor

Creates a new class.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public FixedSizeNodeScanner(
	byte level,
	int blockSize,
	BinaryStreamPointerBase stream,
	Func<TKey, byte, uint> lookupKey
)

Parameters

level  Byte
The level of the fixed-size node in the sorted tree.
blockSize  Int32
The size of the block containing the fixed-size node.
stream  BinaryStreamPointerBase
The binary stream pointer for navigating the tree structure.
lookupKey  FuncTKey, Byte, UInt32
A delegate function for looking up keys in the tree.

See Also