Post: Ref @Not New
Ref @Not New →
Posted Thursday 4th October 2007 14:11 GMT
In Microsoft targets developers with 'open' license
The code you view in Lutz Roeder's Reflector (Would not use dotnet without it) is not always the same code MS wrote, since the compiler does allot of optimizing. For example you can bet all the goto statements you see are compiler optimizations to make the code inline. Functionaly it's the same though.
