FSharpInlineAnnotation Type
Union cases
Union case |
Description
|
Full Usage:
AggressiveInline
|
Indicates the value is aggressively inlined by the .NET runtime |
Full Usage:
AlwaysInline
|
Indicates the value is always inlined in statically compiled code |
Full Usage:
NeverInline
|
Indicates the value is never inlined |
Full Usage:
OptionalInline
|
Indicates the value is optionally inlined |
Instance members
Instance member |
Description
|
Full Usage:
this.IsAggressiveInline
Returns: bool
|
|
Full Usage:
this.IsAlwaysInline
Returns: bool
|
|
Full Usage:
this.IsNeverInline
Returns: bool
|
|
Full Usage:
this.IsOptionalInline
Returns: bool
|
|