SortedTreeNodeBaseTKey, TValueGetOrGetNext Method

Gets the provided key or the key that is directly to the right of this key.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual void GetOrGetNext(
	TKey key,
	TValue value
)

Parameters

key  TKey
The key to find. This value is not modifed.
value  TValue
Where to write the value.

See Also