Skip to content

F_CodeJam_PlatformDependent_AggressiveInlining

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

PlatformDependent.AggressiveInlining Field

MethodImplOptions.AggressiveInlining or 0, if not supported by target platform

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public const MethodImplOptions AggressiveInlining = MethodImplOptions.AggressiveInlining

VB

Public Const AggressiveInlining As MethodImplOptions = MethodImplOptions.AggressiveInlining

F#

static val mutable AggressiveInlining: MethodImplOptions

Field Value

Type: MethodImplOptions

See Also

Reference

PlatformDependent Class
CodeJam Namespace

Clone this wiki locally