BplusDotNet.SerializedTree.SerializedTree C# (CSharp) Method

SerializedTree() public method

public SerializedTree ( IByteTree tree ) : System
tree IByteTree
return System
        public SerializedTree(IByteTree tree)
        {
            this.tree = tree;
        }