Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: YinYang(int, int, bool?[])

Declaration

public YinYang(
    int width,
    int height,
    bool?[] givens
)

Summary

Constructor.

Parameters

intwidth Width of the puzzle.
intheight Height of the puzzle.
bool?[]givens Givens (pre-filled cells in the puzzle).