CollectionOrderedConstraint
CollectionOrderedConstraint is used to test whether a collection is ordered.
            
                
If used performs a default ascending comparison
            
If used performs a reverse comparison
            
Then signals a break between two ordering steps
            
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.