Exemplo n.º 1
0
 protected virtual void LoadTypeArgument(PointCut pc, AdviceArgument parameter)
 {
     pc.TypeOf(_target.DeclaringType);
 }
 protected override void LoadReturnTypeArgument(PointCut pc, AdviceArgument parameter)
 {
     pc.TypeOf(_asyncResult ?? _ts.Void);
 }