Exemplo n.º 1
0
 /// <summary>
 /// Returns an <see cref="IEnumerator" /> over the <see cref="Edge" />s in this graph,
 /// in the order in which they were added.
 /// </summary>
 /// <returns></returns>
 public virtual IEnumerator GetEdgeEnumerator()
 {
     return(Edges.GetEnumerator());
 }