SortedTreeScannerBaseTKey, TValueReadNext Method
Advances the stream to the next value.
If before the beginning of the stream, advances to the first value.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override bool ReadNext(
TKey key,
TValue value
)
Protected Overrides Function ReadNext (
key As TKey,
value As TValue
) As Boolean
protected:
virtual bool ReadNext(
TKey key,
TValue value
) override
function ReadNext(key, value);
- key TKey
- The key to advance to.
- value TValue
- The value associated with the key to advance to.
Booleantrue if the advance was successful; otherwise,
false if the end of the stream was reached.