NodeHeaderTKey Constructor

The constructor that is used for inheriting. Must call Initialize before using it.

Definition

Namespace: SnapDB.Snap.Tree.Specialized
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public NodeHeader(
	byte level,
	int blockSize
)

Parameters

level  Byte
The level of the node.
blockSize  Int32
The size of the block.

See Also