SortedTreeScannerBaseTKey, TValueFindKey Method
Using
Pointer advance to the search location of the provided
key.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected abstract void FindKey(
TKey key
)
Protected MustOverride Sub FindKey (
key As TKey
)
protected:
virtual void FindKey(
TKey key
) abstract
Parameters
- key TKey
- The key to advance to.