CollectionOrderedConstraint
CollectionOrderedConstraint is used to test whether a collection is ordered.
If used performs a reverse comparison
public CollectionOrderedConstraint()
Construct a CollectionOrderedConstraint
Modifies the constraint to test ordering by the value of
a specified property and returns self.
Modifies the constraint to use an IComparer and returns self.
Modifies the constraint to use an IComparer<T> and returns self.
Modifies the constraint to use a Comparison<T> and returns self.