[Home] Type Microsoft.FSharp.Core.UnverifiableAttribute


This attribute is used to tag values whose use will result in the generation of unverifiable code. These values are inevitably marked 'inline' to ensure that the unverifiable constructs are not present in the actual code for the F# library, but are rather copied to the source code of the caller.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (32767))>]
type UnverifiableAttribute = class
                               inherit Attribute
                             end
                             with
                               new : unit -> UnverifiableAttribute
                             end

Static Members

MemberDescription
new : unit -> UnverifiableAttribute

See Also

Microsoft.FSharp.Core


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19