NoItemConstraint public class NoItemConstraint : PrefixConstraint NoItemConstraint applies another constraint to each item in a collection, failing if any of them succeeds. Documentation public NoItemConstraint(Constraint itemConstraint) Construct a NoItemConstraint on top of an existing constraint