How can we help you today? How can we help you today?
MarkByers
.NET Reflector incorrectly disassembles (a ? b : c) << d
There appears to be a bug in .NET Reflector when handling (a ? b : c) << d. To reproduce it compile the following code using .NET 3.5:using System; class P &#123; static void Main&#40;&#41; ...
0 followers 0 comments 0 votes