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