R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which attribute is used to mark methods that should not be inlined or optimized?

  • (A) [Obsolete]
  • (B) [Conditional]
  • (C) [DebuggerHidden]
  • (D) [MethodImpl(MethodImplOptions.NoInlining)]

Explanation by: Ram Sharma
`MethodImplOptions.NoInlining` prevents the method from being inlined by the JIT compiler.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.