Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CombinedPuzzle(IEnumerable<Puzzle>)

Declaration

public CombinedPuzzle(
    IEnumerable<Puzzle> subpuzzles
)

Summary

Constructor.

Parameters

IEnumerable<Puzzle>subpuzzles List of smaller puzzles to combine into a larger one.