Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Yajilin(int, int, IEnumerable<Yajilin.Clue>)

Declaration

public Yajilin(
    int width,
    int height,
    IEnumerable<Yajilin.Clue> clues
)

Summary

Constructor.

Parameters

intwidth Specifies the width of the grid.
intheight Specifies the height of the grid.
IEnumerable<Yajilin.Clue>clues Specifies the Yajilin clues in this puzzle. See Yajilin.Clue for details.