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