Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Puzzle AddConstraint(Constraint, ConsoleColor?, ConsoleColor?)

  • Declared in: PuzzleSolvers.Puzzle

Declaration

public Puzzle AddConstraint(
    Constraint constraint,
    ConsoleColor? foreground = null,
    ConsoleColor? background = null
)

Summary

Adds the specified constraint to the Puzzle.Constraints list.