ValidateCode(object, Assembly)
Validates the constraint.
Declaration
public override void ValidateCode(object target, Assembly assembly)Parameters
| Type | Name | Description |
|---|---|---|
| object | target | Declaration (Assembly, Type, MethodInfo, ConstructorInfo, PropertyInfo, EventInfo, FieldInfo, ParameterInfo) to which the constraint has been applied. |
| Assembly | assembly | The assembly being currently processed. |