SortedTreeNodeBaseTKey, TValueTryInsertSequentialStream Method

Attempts to insert a sequential stream of key-value pairs into the tree.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual void TryInsertSequentialStream(
	InsertStreamHelper<TKey, TValue> stream
)

Parameters

stream  InsertStreamHelperTKey, TValue
The sequential stream of key-value pairs to insert.

See Also