Value | Description |
[<Obsolete
("This function is for use by compiled F# code and should not be used directly")>]
val ArrayGet : 'a array -> int -> 'a | Note: This function is for use by compiled F# code and should not be used directly
Primitive used by pattern match compilation
|
[<Obsolete
("This function is for use by compiled F# code and should not be used directly")>]
val CreateInstance : unit -> 'a when 'a : (new : unit -> 'a) | Note: This function is for use by compiled F# code and should not be used directly
This function implements calls to default constructors
acccessed by 'new' constraints.
|
[<Obsolete
("This function is for use by compiled F# code and should not be used directly")>]
val ParseDecimal : string -> decimal | Note: This function is for use by compiled F# code and should not be used directly
This function implements parsing of decimal constants
|
[<Obsolete
("This function is for use by compiled F# code and should not be used directly")>]
val TypeTestFast<'a> : obj -> bool | Note: This function is for use by compiled F# code and should not be used directly
A compiler intrinsic that implements the ':?' operator
|
[<Obsolete
("This function is for use by compiled F# code and should not be used directly")>]
val TypeTestGeneric<'a> : obj -> bool | Note: This function is for use by compiled F# code and should not be used directly
A compiler intrinsic that implements the ':?' operator
|
[<Obsolete
("This function is for use by compiled F# code and should not be used directly")>]
val UnboxFast : obj -> 'a | Note: This function is for use by compiled F# code and should not be used directly
A compiler intrinsic that implements the ':?>' operator
|
[<Obsolete
("This function is for use by compiled F# code and should not be used directly")>]
val UnboxGeneric : obj -> 'a | Note: This function is for use by compiled F# code and should not be used directly
A compiler intrinsic that implements the ':?>' operator
|