Overload List
| Name | Description | |
|---|---|---|
| And()()()() |
Groups constraints together.
| |
| And(array<IConstraint>[]()[][]) |
Groups constraints together.
| |
| And(IConstraint, IConstraint) |
Groups together the constraints specified by its arguments.
| |
| And(array<IConstraint>[]()[][], String) |
Groups constraints together.
| |
| And(IConstraint, IConstraint, String) |
Groups together the constraints specified by its arguments and
assigns the string name to the group.
| |
| And(array<IConstraint>[]()[][], Int32, Int32) |
Groups together part of the constraints in the array cons
starting with the index specified by start and continuing
to the number of constraints specified by num.
| |
| And(array<IConstraint>[]()[][], Int32, Int32, String) |
Groups together part of the constraints from the array cons
starting with the index specified by start and
continuing to the number of constraints specified by num.
|