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