Has.Some Property
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.
Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if at least one of them succeeds.
public static NUnit.Framework.Constraints.ConstraintExpression Some { get; }
member this.Some : NUnit.Framework.Constraints.ConstraintExpression