CompilationRepresentationAttribute Type
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.
Constructors
Constructor |
Description
|
Full Usage:
CompilationRepresentationAttribute(flags)
Parameters:
CompilationRepresentationFlags
-
Indicates adjustments to the compiled representation of the type or member.
Returns: CompilationRepresentationAttribute
CompilationRepresentationAttribute
|
Creates an instance of the attribute
|
Instance members
Instance member |
Description
|
|
Indicates one or more adjustments to the compiled representation of an F# type or member
|