CompilationSourceNameAttribute (FSharp.Core)

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Base Type: Attribute
This is an attribute type definition

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.

Instance members

Instance member Description

this.SourceName

Full Usage: this.SourceName

Returns: string

Indicates the name of the entity in F# source code

Returns: string