CompilationRepresentationFlags Type
Indicates one or more adjustments to the compiled representation of an F# type or member.
Record fields
Record Field |
Description
|
|
Compile a property as a CLI event.
|
|
Compile a member as 'instance' even if
|
|
append 'Module' to the end of a module whose name clashes with a type name in the same namespace.
|
|
No special compilation representation.
|
|
Compile an instance member as 'static' .
|
|
Permit the use of
|