System.Runtime.CompilerServices.MethodImplOptions.NoInlining Field

The method cannot be inlined. Inlining is an optimization by which a method call is replaced with the method body.

Value: NoInlining

Syntax

MethodImplOptions NoInlining

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0