BplusDotNet.SerializedTree.Recover C# (CSharp) Method

Recover() public method

public Recover ( bool CorrectErrors ) : void
CorrectErrors bool
return void
        public void Recover(bool CorrectErrors)
        {
            this.tree.Recover(CorrectErrors);
        }