/// <summary> /// Print all Tree to Console window /// </summary> public void ConsolePrint() { _root.Print(); }
public new void ConsolePrint() { root.Print(); }