/// <summary> /// <para>Pops two arguments off the stack, multiplies them, and pushes the result.</para> /// <para>Throws an OverflowException if the result overflows the destination type.</para> /// </summary> public Emit MultiplyOverflow() { InnerEmit.MultiplyOverflow(); return(this); }