GenericEncodedNodeTKey, TValueRead(Int32, TKey, TValue) Method

Reads the key and value at the specified index within the node.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void Read(
	int index,
	TKey key,
	TValue value
)

Parameters

index  Int32
The index of the key and value to read.
key  TKey
The key object where the read key will be copied.
value  TValue
The value object where the read value will be copied.

Exceptions

ExceptionThrown if the provided index is equal to the record count, indicating an invalid access.

See Also