BplusDotNet.hBplusTree.toHtml C# (CSharp) Méthode

toHtml() public méthode

public toHtml ( ) : string
Résultat string
        public override string toHtml()
        {
            return ((hBplusTreeBytes) this.tree).toHtml();
        }