BplusDotNet.BplusTreeBytes.BplusTreeBytes C# (CSharp) Method

BplusTreeBytes() public method

public BplusTreeBytes ( BplusDotNet.BplusTreeLong tree, LinkedFile archive ) : System
tree BplusDotNet.BplusTreeLong
archive LinkedFile
return System
        public BplusTreeBytes(BplusTreeLong tree, LinkedFile archive)
        {
            this.tree = tree;
            this.archive = archive;
        }