MethodLevelAspect.CompileTimeValidate Method (MethodBase) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.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.