コード例 #1
0
ファイル: Board.cs プロジェクト: Fyzxs/MicroObjectTicTacToe
 public Bool Available(ICell cell) => _cellCollection.WhereAny(source => new MatchedCellAvailable(source, cell));