This attribute is used to adjust the runtime representation for a type.
For example, it may be used to note that the 'null' representation
may be used for a type. This affects how some constructs are compiled.
Full Type Signature
[<AttributeUsage (enum<AttributeTargets> (32767))>]
type CompilationRepresentationAttribute =
class
inherit Attribute
end
with
new : flags:CompilationRepresentationFlags -> CompilationRepresentationAttribute
member Flags : CompilationRepresentationFlags
end
Instance Members
Static Members
|