SortedTreeScannerBaseTKey, TValueReadNext Method

Advances the stream to the next value. If before the beginning of the stream, advances to the first value.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override bool ReadNext(
	TKey key,
	TValue value
)

Parameters

key  TKey
The key to advance to.
value  TValue
The value associated with the key to advance to.

Return Value

Boolean
true if the advance was successful; otherwise, false if the end of the stream was reached.

See Also