示例#1
0
 public Delegate CreateDelegate(Type deletype, object _this, IMethod_System _method)
 {
     return(Delegate.CreateDelegate(deletype, _this, _method.method_System as System.Reflection.MethodInfo));
 }
示例#2
0
 public Delegate CreateDelegate(Type deletype, object _this, IMethod_System _method)
 {
     return Delegate.CreateDelegate(deletype, _this, _method.method_System as System.Reflection.MethodInfo);
 }