Exemplo n.º 1
0
 public object Clone()
 {
     return(new GraphEdge(SecondVertex.Clone() as GraphVertex, EdgeWeight, Is_oriented));
 }
Exemplo n.º 2
0
 public override string ToString() => FirstVertex.ToString() + " - " + SecondVertex.ToString();