SortedTreeTKey, TValueOpen Method

Opens a sorted tree using the provided stream.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static SortedTree<TKey, TValue> Open(
	BinaryStreamPointerBase stream
)

Parameters

stream  BinaryStreamPointerBase
Source stream to open.

Return Value

SortedTreeTKey, TValue
Sorted tree using the provided stream.

See Also