NUnit.Framework.Constraints.InsteadOperator
Operator that replaces the left constraint with the right constraint
namespace NUnit.Framework.Constraints
{
public class InsteadOperator : BinaryOperator
{
public InsteadOperator();
}
}