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

Instance members

Instance member Description

this.IsAggressiveInline

Full Usage: this.IsAggressiveInline

Returns: bool
Returns: bool

this.IsAlwaysInline

Full Usage: this.IsAlwaysInline

Returns: bool
Returns: bool

this.IsNeverInline

Full Usage: this.IsNeverInline

Returns: bool
Returns: bool

this.IsOptionalInline

Full Usage: this.IsOptionalInline

Returns: bool
Returns: bool

Type something to start searching.