SortedTreeTKey, TValueCreateTreeScanner Method

Creates a tree scanner that can be used to seek this tree.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SortedTreeScannerBase<TKey, TValue> CreateTreeScanner()

Return Value

SortedTreeScannerBaseTKey, TValue
A tree scanner instance for the sorted tree.

See Also