Legend
| Static method: HashSet<int> FindArea( |
| int | cell | Starting cell from which to determine a contiguous area. |
| int | width | Width of the puzzle grid. |
| int | height | Height of the puzzle grid. |
| Func<int, bool> | isValue | Determines whether a cell contains a value that should be part of the contiguous area. |