private Cell()

in Sudoku/Cell.cs [21:25]


    private Cell(int number, NumberSet options)
    {
      Number = number;
      _options = options;
    }