SortedTreeNodeBaseTKey, TValueRead(Int32, TKey, TValue) Method
Reads both the key and value at the specified index and stores them in the provided key and value.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected abstract void Read(
int index,
TKey key,
TValue value
)
Protected MustOverride Sub Read (
index As Integer,
key As TKey,
value As TValue
)
protected:
virtual void Read(
int index,
TKey key,
TValue value
) abstract
function Read(index, key, value);
Parameters
- index Int32
- The index of the key-value pair to read.
- key TKey
- The key to store the read key data.
- value TValue
- The value to store the read value data.