Exemple #1
0
 /// <summary>
 /// Returns the textual description of the arc.
 /// object.ToString() override.
 /// </summary>
 /// <returns>String describing this arc.</returns>
 public override string ToString()
 {
     return(_StartNode.ToString() + "-->" + _EndNode.ToString());
 }