Example #1
0
 public int GetCell(BorderSide neighbors)
 {
     return(Cells.TryGet(neighbors, Cells.TryGet(neighbors.WithoutCorners(), Cells[BorderSide.None])));
 }