コード例 #1
0
 /// <summary>
 /// Adds and EdgeEnd into the EdgeEndList.
 /// </summary>
 /// <param name="e"></param>
 public void Add(EdgeEnd e)
 {
     _nodes.Add(e);
     _edgeEndList.Add(e);
 }