public override string ToString() { return("(root=" + root + ", dir=" + dir.ToString() + " + length=" + length + ")"); }
public override string ToString() { return(string.Concat("(root=", root, ", dir=", dir.ToString(), " + length=", length, ")")); }