예제 #1
0
 public void Remove(Edge a)
 {
     list.Remove(a);
 }
예제 #2
0
 public bool Contains(Edge e)
 {
     return(list.Contains(e));
 }
예제 #3
0
 public void Add(Edge n)
 {
     list.Add(n);
 }