Esempio n. 1
0
 public List <Node> GetNeighbors()
 {
     return(EdgeList.ConvertAll(e => e.Next));
 }