SortedPointBufferTKey, TValueReadNext Method

Advances the stream to the next value.

Definition

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

Parameters

key  TKey
An output parameter to receive the key.
value  TValue
An output parameter to receive the value.

Return Value

Boolean
true if a key-value pair was successfully read; otherwise, false if the list is empty.

Exceptions

InvalidOperationExceptionThrown if the list is not in ReadMode.

See Also