Beispiel #1
0
 public object Invoke(object obj)
 {
     using (var pObjs = new EmptyObjs())
     {
         return(Invoke(obj, pObjs.objs));
     }
 }
Beispiel #2
0
 public void __Gen_Delegate_Imp3()
 {
     using (var pObjs = new EmptyObjs())
     {
         methodInfo.Invoke(null, pObjs.objs);
     }
 }
Beispiel #3
0
 public bool __Gen_Delegate_Imp5()
 {
     using (var pObjs = new EmptyObjs())
     {
         bool result = default(bool);
         result = (bool)methodInfo.Invoke(null, pObjs.objs);
         return(result);
     }
 }
Beispiel #4
0
 public int __Gen_Delegate_Imp4()
 {
     using (var pObjs = new EmptyObjs())
     {
         int result = default(int);
         result = (int)methodInfo.Invoke(null, pObjs.objs);
         return(result);
     }
 }