Example #1
0
 public override void Emit(EmitContext ec)
 {
     //
     // Invocation on delegates call the virtual Invoke member
     // so we are always `instance' calls
     //
     Invocation.EmitCall(ec, InstanceExpr, method, arguments, loc);
 }