Exemplo n.º 1
0
 public override String ToString()
 {
     return(_node == null ? null : _node.ToDebugString_WithoutParentInfo());
 }