コード例 #1
0
 protected virtual void LoadTypeArgument(PointCut pc, AdviceArgument parameter)
 {
     pc.TypeOf(_target.DeclaringType);
 }
コード例 #2
0
 protected override void LoadReturnTypeArgument(PointCut pc, AdviceArgument parameter)
 {
     pc.TypeOf(_asyncResult ?? _ts.Void);
 }