CompilationSourceNameAttribute Type
This attribute is inserted automatically by the F# compiler to tag methods which are given the 'CompiledName' attribute.
This attribute is used by the functions in the FSharp.Reflection namespace to reverse-map compiled constructs to their original forms. It is not intended for use from user code.
Constructors
Constructor |
Description
|
Full Usage:
CompilationSourceNameAttribute(sourceName)
Parameters:
string
-
The name of the method in source.
Returns: CompilationSourceNameAttribute
CompilationSourceNameAttribute
|
Creates an instance of the attribute
|
Instance members
Instance member |
Description
|
|
Indicates the name of the entity in F# source code
|