BplusDotNet.BplusTreeBytes.BplusTreeBytes C# (CSharp) 메소드

BplusTreeBytes() 공개 메소드

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