MethodImpl(AggressiveInlining) - how aggressive is it?
问题 So I was having a bit of a look at the MethodImplAttribute and I came across MethodImplOptions.AggressiveInlining which is described as: The method should be inlined if possible. Oooooh, I thought to myself, that sounds interesting - I can pretend I am cleverer than a compiler and force code to be inlined using just the power of my evil will and a couple of square brackets, ha, ha, ha... I therefore started up Visual Studio 2013, created a console application, set the .NET version to 4.5.1