public TreeNavigator AddNode() { var pos = Backend.AddChild(null); return(new TreeNavigator(Backend, pos)); }
public TreeNavigator AddChild() { pos = backend.AddChild(pos); return(this); }