I found myself needing to automatically manipulate the return value of a managed function in release code today. I thought this would make an interesting little writeup. For the purposes of the demonstration, let's use this example program:class Program{
Read More