Пример #1
0
 private bool AlreadyVisited(Coord coord)
 {
     return(Closed.Any(x => CoordsMatch(x.Coord, coord)));
 }