SortedTreeScannerBaseTKey, TValueFindKey Method

Using Pointer advance to the search location of the provided key.

Definition

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

Parameters

key  TKey
The key to advance to.

See Also