Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: JigsawSudoku(params int[][])

Declaration

public JigsawSudoku(
    params int[][] regions
)

Summary

Constructor.

Parameters

int[][]regions Describes the irregular regions of the Sudoku. This must completely cover the grid and have no overlaps.