MethodLevelAspect.CompileTimeValidate Method (MethodBase) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
public virtual bool CompileTimeValidate( MethodBase method )
Parameters
- method
- Type: System.Reflection.MethodBase
Method to which the aspect has been applied
Return Value
Type: Booleantrue if the aspect was applied to an acceptable field, otherwise false.