public static SortedTree<TKey, TValue> Create(
BinaryStreamPointerBase stream,
int blockSize
)Public Shared Function Create (
stream As BinaryStreamPointerBase,
blockSize As Integer
) As SortedTree(Of TKey, TValue)public:
static SortedTree<TKey, TValue>^ Create(
BinaryStreamPointerBase^ stream,
int blockSize
)SnapDB.Snap.Tree.SortedTree.Create = function(stream, blockSize);