NodeHeaderTKeySave Method

Saves the node header data to a memory location pointed to by a byte pointer.

Definition

Namespace: SnapDB.Snap.Tree.Specialized
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void Save(
	byte* ptr
)

Parameters

ptr  Byte*
A pointer to the memory location where the node header data should be saved.

See Also