You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add sbyte overload when using Ldc_I4_S
The `ldc.i4.s` opcode accepts values in the range `[-128,127]`, but the docs only showed the overload with the `byte` parameter as supported when using this opcode. This was confusing for users (including me), since negative values can't obviously be cast to `byte`.
The `sbyte` overload works too when using this opcode.
* Update xml/System.Reflection.Emit/OpCodes.xml
Co-Authored-By: MSDN.WhiteKnight <[email protected]>
* Update xml/System.Reflection.Emit/OpCodes.xml
Co-Authored-By: Maira Wenzel <[email protected]>
* Update xml/System.Reflection.Emit/OpCodes.xml
Co-Authored-By: Maira Wenzel <[email protected]>
* Update xml/System.Reflection.Emit/OpCodes.xml
Co-Authored-By: Maira Wenzel <[email protected]>
0 commit comments