CollectionOrderedConstraint.By(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies the constraint to test ordering by the value of a specified property and returns self.
public NUnit.Framework.Constraints.CollectionOrderedConstraint By (string propertyName);
member this.By : string -> NUnit.Framework.Constraints.CollectionOrderedConstraint
Parameters
- propertyName
- String