Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Yajilin(int, int, params Yajilin.Clue[])

Declaration

public Yajilin(
    int width,
    int height,
    params Yajilin.Clue[] clues
)

Summary

Constructor.

Parameters

intwidth Specifies the width of the grid.
intheight Specifies the height of the grid.
Yajilin.Clue[]clues Specifies the Yajilin clues in this puzzle. See Yajilin.Clue for details.