NUnit.Framework.Constraints.SomeItemsConstraint<T>
SomeItemsConstraint applies another constraint to each
item in a collection, succeeding if any of them succeeds.
namespace NUnit.Framework.Constraints
{
public class SomeItemsConstraint<[System.Runtime.CompilerServices.Nullable(2)] T> : SomeItemsConstraint
{
public SomeItemsConstraint(EqualConstraint<T> itemConstraint);
public SomeItemsConstraint UsingPropertiesComparer(Func<PropertiesComparerConfiguration<T>, PropertiesComparerConfiguration<T>> configure);
}
}