Header menu logo FSharp.Core

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

CompiledNameAttribute(compiledName)

Full Usage: CompiledNameAttribute(compiledName)

Parameters:
    compiledName : string - The name to use in compiled code.

Returns: CompiledNameAttribute CompiledNameAttribute

Creates an instance of the attribute

compiledName : string

The name to use in compiled code.

Returns: CompiledNameAttribute

CompiledNameAttribute

Instance members

Instance member Description

this.CompiledName

Full Usage: this.CompiledName

Returns: string

The name of the value as it appears in compiled code

Returns: string

Type something to start searching.