Exemplo n.º 1
0
 public ICellCollection AvailableSpaces() => new CellCollection(_cellCollection.Where(cell => cell.IsSelected().Not()).ToArray());