Header menu logo F# Compiler Guide

FSharpInlineAnnotation Type

Union cases

Union case Description

AggressiveInline

Full Usage: AggressiveInline

Indicates the value is aggressively inlined by the .NET runtime

AlwaysInline

Full Usage: AlwaysInline

Indicates the value is always inlined in statically compiled code

NeverInline

Full Usage: NeverInline

Indicates the value is never inlined

OptionalInline

Full Usage: OptionalInline

Indicates the value is optionally inlined

Type something to start searching.