Example #1
0
 public object Invoke(Delegate method, object[] args)
 {
     return(_implementation.Invoke(method, args));
 }