Open sandboxFocus

Method ValidateConstraint

ValidateConstraint(object)

Validates the fact that the constraint has been applied on a valid element of code. When this method returns false, the constraint is silently ignored.

Declaration
public override bool ValidateConstraint(object target)
Parameters
Type Name Description
object target
Returns
Type Description
bool

true if the constraint has been applied on a valid element of code, otherwise false.

Overrides