DistinctTreeStreamTKey, TValueReadNext Method
Reads the next key-value pair from the stream and handles duplicates.
Namespace: SnapDB.SnapAssembly: 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
- The key to read into.
- value TValue
- The value to read into.
Booleantrue if a key-value pair was successfully read,
false if the end of the stream is reached.