SortedTreeScannerBaseTKey, TValuePeek Method
Reads the next point, but doees not advance the position of the stream.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Peek(
TKey key,
TValue value
)
Public Function Peek (
key As TKey,
value As TValue
) As Boolean
public:
bool Peek(
TKey key,
TValue value
)
function Peek(key, value);
- key TKey
- the key to write the results to
- value TValue
- the value to write the results to
Booleantrue if a point is found; otherwise, the end of the stream has been encountered and
false is returned.