public Cell()
in
Sudoku/Cell.cs [15:16]
2
lines of code
1
McCabe index (conditional complexity)
public Cell(int number) : this(number, NumberSet._Any) { }