Exemplo n.º 1
0
 public static MethodDefinition GetBaseMethod(MethodDefinition method, IEmitter emitter)
 {
     return(Helpers.GetBaseMethod(method.DeclaringType, method, emitter));
 }