Пример #1
0
 public override string ToString()
 {
     return("(root=" + root + ", dir=" + dir.ToString() + " + length=" + length + ")");
 }
Пример #2
0
 public override string ToString()
 {
     return(string.Concat("(root=", root, ", dir=", dir.ToString(), " + length=", length, ")"));
 }