Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Constraint(IEnumerable<int>)

Declaration

protected Constraint(
    IEnumerable<int> affectedCells
)

Summary

Constructor for derived types.

Parameters

IEnumerable<int>affectedCells The set of cells affected by this constraint, or null if it affects all of them.