Example #1
0
 public Edge(Vertex from, Vertex to, string title)
 {
     From = from;
     To = to;
     Title = title;
 }