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.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void FindKey(
TKey key
)
Protected Overrides Sub FindKey (
key As TKey
)
protected:
virtual void FindKey(
TKey key
) override
Parameters
- key TKey
- The key to find within the node.