Overload List
| Name | Description | |
|---|---|---|
| Or()()()() |
Returns a constraint that at least one and possibly more than one
of the elements is true in its argument cons, an array
of constraints.
| |
| Or(array<IConstraint>[]()[][]) |
Returns a constraint that at least one and possibly more than one
of the elements is true in its argument cons, an array
of constraints.
| |
| Or(IConstraint, IConstraint) |
Returns a constraint that at least one and possibly both of its
arguments are true.
| |
| Or(array<IConstraint>[]()[][], String) |
Returns a constraint that at least one and possibly more than one
of the elements is true in its argument cons, an array
of constraints and also assigns the string name as the
name of that returned constraint.
| |
| Or(IConstraint, IConstraint, String) |
Returns a constraint that at least one and possibly both of its
arguments are true.
| |
| Or(array<IConstraint>[]()[][], Int32, Int32) |
Returns a constraint that at least one and possibly more than one
of the elements is true in the range of indices starting at the index
specified by start and continuing through the number
of elements specified by the number num among the elements
of its argument cons, an array of constraints.
| |
| Or(array<IConstraint>[]()[][], Int32, Int32, String) |
Returns a constraint that at least one and possibly more than one
of the elements is true in the range of indices starting at the index
specified by start and continuing through the number
of elements specified by the number num among the elements
of its argument cons, an array of constraints;
also assigns the string name as the name of
the returned constraint.
|