GenericEncodedNodeScannerTKey, TValueFindKey Method

Finds the specified key within the node and positions the scanner at the first key-value pair that matches or is greater than the specified key.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void FindKey(
	TKey key
)

Parameters

key  TKey
The key to find within the node.

See Also