Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: int GridSize

  • Declared in: PuzzleSolvers.Puzzle

Declaration

int GridSize

Summary

The number of cells to be filled in this puzzle.

Remarks

Note that for puzzles in which the solver must draw lines across gridlines, the “cells” are actually the gridlines, not the squares of the grid. If a puzzle requires both gridlines as well as squares of the grid to be filled, these must be considered separate cells, so this value must be the sum of all of them.