Beispiel #1
0
 private bool IsInOpen(Point cellPt)
 {
     return(OpenList.FindIndex(record => record.Location.Equals(cellPt)) != -1);
 }