Ejemplo n.º 1
0
 public Position GetFinalVertex()
 {
     return(AdjacencyList.First(x => x.Key.Content.Equals("ZZ")).Key);
 }