BplusDotNet.hBplusTree.toHtml C# (CSharp) 메소드

toHtml() 공개 메소드

public toHtml ( ) : string
리턴 string
        public override string toHtml()
        {
            return ((hBplusTreeBytes) this.tree).toHtml();
        }