CollectionOrderedConstraint.By(String) Method

Definition

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

Returns

Applies to