IntrinsicFunctions Module
The F# compiler emits calls to some of the functions in this module as part of the compiled form of some language constructs
Functions and values
Function or value |
Description
|
Full Usage:
CheckThis arg1
Parameters:
'T
Returns: 'T
|
A compiler intrinsic for checking initialization soundness of recursive bindings
|
Full Usage:
CreateInstance ()
Parameters:
unit
Returns: 'T
Modifiers: inline Type parameters: 'T |
This function implements calls to default constructors accessed by 'new' constraints.
|
Full Usage:
Dispose resource
Parameters:
'T
|
A compiler intrinsic for the efficient compilation of sequence expressions
|
|
A compiler intrinsic for checking initialization soundness of recursive bindings
|
|
A compiler intrinsic for checking initialization soundness of recursive static bindings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
UnboxFast source
Parameters:
objnull
Returns: 'T
Modifiers: inline Type parameters: 'T |
|
|