-
Notifications
You must be signed in to change notification settings - Fork 36
F_CodeJam_PlatformDependent_AggressiveInlining
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
MethodImplOptions.AggressiveInlining or 0, if not supported by target platform
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public const MethodImplOptions AggressiveInlining = MethodImplOptions.AggressiveInlining
VB
Public Const AggressiveInlining As MethodImplOptions = MethodImplOptions.AggressiveInlining
F#
static val mutable AggressiveInlining: MethodImplOptions
Type: MethodImplOptions