IScalarConstraint.ValidateCode Method |
Validates the element of code to which the constraint is applied.
Namespace: PostSharp.Constraints
Assembly: PostSharp (in PostSharp.dll) Version: 6.0.35.0 (6.0.35.0)

C#
void ValidateCode( Object target )
Parameters
- target
- Type: System.Object
Element of code to which the constraint is applied (Assembly, Type, MethodInfo, ConstructorInfo, PropertyInfo, EventInfo, FieldInfo, ParameterInfo).
