Exemplo n.º 1
0
 public static ILGenerator PushInstanceTargetOntoStack(this ILGenerator generator, MethodInfo method)
 {
     return(!method.IsStatic ? generator.AndPushArgument0OntoStack() : generator);
 }