SortedPointBufferTKey, TValueReadNext Method
Advances the stream to the next value.
Namespace: SnapDB.Snap.CollectionAssembly: 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
- An output parameter to receive the key.
- value TValue
- An output parameter to receive the value.
Booleantrue if a key-value pair was successfully read; otherwise,
false if the list is empty.
| InvalidOperationException | Thrown if the list is not in ReadMode. |