Exemplo n.º 1
0
 public object Clone()
 {
     return(new GraphEdge(SecondVertex.Clone() as GraphVertex, EdgeWeight, Is_oriented));
 }