Example #1
0
 public static DynamicMethodObject Create(Public.MethodObject method)
 {
     return (DynamicMethodObject)CreateIntern(method, typeof(DynamicMethodObject));
 }
Example #2
0
 public static DynamicMethodPointer Create(Public.MethodPointer method)
 {
     return (DynamicMethodPointer)CreateIntern(method,typeof(DynamicMethodPointer));
 }
Example #3
0
 public static DynamicMethodAnything Create(Public.MethodAnything method)
 {
     return (DynamicMethodAnything)CreateIntern(method,typeof(DynamicMethodAnything));
 }
Example #4
0
 public static DynamicMethodSymbol Create(Public.MethodSymbol method)
 {
     return (DynamicMethodSymbol)CreateIntern(method,typeof(DynamicMethodSymbol));
 }