SortedTreeScannerBaseTKey, TValuePeek Method

Reads the next point, but doees not advance the position of the stream.

Definition

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

Parameters

key  TKey
the key to write the results to
value  TValue
the value to write the results to

Return Value

Boolean
true if a point is found; otherwise, the end of the stream has been encountered and false is returned.

See Also