Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: FiveCellLambdaConstraint(int, int, int, int, int, Func<int, int, int, int, int, bool>)

Declaration

public FiveCellLambdaConstraint(
    int affectedCell1,
    int affectedCell2,
    int affectedCell3,
    int affectedCell4,
    int affectedCell5,
    Func<int, int, int, int, int, bool> isValid
)

Summary

Constrains five cells to values that satisfy a lambda expression.

Remarks

This constraint is not very efficient as it will only be evaluated once all but one of the cells is filled in.