Example #1
0
 internal Weave(Aspect aspect, Pointcut pointcut)
 {
     this.m_Aspect   = aspect;
     this.m_Pointcut = pointcut;
 }
Example #2
0
 internal Connection(Aspect aspect, MethodBase method)
 {
     this.m_Aspect = aspect;
     this.m_Method = method;
 }