Example #1
0
 public object Invoke(IMethodInvocation invocation)
 {
     this.count++;
     return(invocation.Invoke(target));
 }