Header menu logo FSharp.Core

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

CompilationSourceNameAttribute(sourceName)

Full Usage: CompilationSourceNameAttribute(sourceName)

Parameters:
    sourceName : string - The name of the method in source.

Returns: CompilationSourceNameAttribute CompilationSourceNameAttribute

Creates an instance of the attribute

sourceName : string

The name of the method in source.

Returns: CompilationSourceNameAttribute

CompilationSourceNameAttribute

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

Type something to start searching.