board property

List<List<int>> board
getter/setter pair

Implementation

List<List<int>> board = getEmptyBoard(9);