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.IsAggressiveInlineReturns: bool | 
 | 
| 
                
              
                  Full Usage: 
                   this.IsAlwaysInlineReturns: bool | 
 | 
| 
                
              
                  Full Usage: 
                   this.IsNeverInlineReturns: bool | 
 | 
| 
                
              
                  Full Usage: 
                   this.IsOptionalInlineReturns: bool | 
 | 
 F# Compiler Guide
            F# Compiler Guide