Ejemplo n.º 1
0
 public void EmitCalli(IKVM.Reflection.Type returnType, IKVM.Reflection.Type[] parameterTypes) => generator.EmitCalli(OpCodes.Calli, CallingConventions.Standard, returnType, parameterTypes, null);
Ejemplo n.º 2
0
 public void EmitCalli(System.Type returnType, System.Type[] parameterTypes) => generator.EmitCalli(OpCodes.Calli, CallingConventions.Standard, returnType, parameterTypes, null);