CompiledNameAttribute Type
Adding this attribute to a value or function definition in an F# module changes the name used for the value in compiled CLI code.
Constructors
Constructor | Description |
Full Usage: CompiledNameAttribute(compiledName) Parameters:
string - The name to use in compiled code. Returns: CompiledNameAttribute CompiledNameAttribute |
Creates an instance of the attribute
|
Instance members
Instance member | Description |
|
The name of the value as it appears in compiled code
|