ReferentialConstraint.ValidateCode Method |
Validates the constraint.
Namespace: PostSharp.Constraints
Assembly: PostSharp (in PostSharp.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public virtual void ValidateCode( Object target, Assembly assembly )
Parameters
- target
- Type: System.Object
Declaration (Assembly, Type, MethodInfo, ConstructorInfo, PropertyInfo, EventInfo, FieldInfo, ParameterInfo) to which the constraint has been applied. - assembly
- Type: System.Reflection.Assembly
The assembly being currently processed.
Implements
IReferentialConstraint.ValidateCode(Object, Assembly)