NUnit.Framework.Constraints.ExactCountOperator
Represents a constraint that succeeds if the specified
count of members of a collection match a base constraint.
namespace NUnit.Framework.Constraints
{
public class ExactCountOperator : SelfResolvingOperator
{
public ExactCountOperator(int expectedCount);
}
}