Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public TwoCellLambdaConstraint(
    int affectedCell1,
    int affectedCell2,
    Func<int, int, bool> isValid
)

Summary

Constructor.