Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Masyu(int, int)

  • Declared in: PuzzleSolvers.Masyu

Declaration

public Masyu(
    int width,
    int height
)

Summary

Constructor.

Parameters

intwidth Width of the whole puzzle grid.
intheight Height of the whole puzzle grid.