EntryPointAttribute (FSharp.Core)

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

Adding this attribute to a function indicates it is the entrypoint for an application. If this attribute is not specified for an EXE then the initialization implicit in the module bindings in the last file in the compilation sequence are used as the entrypoint.

Constructors

Constructor Description

EntryPointAttribute()

Full Usage: EntryPointAttribute()

Returns: EntryPointAttribute EntryPointAttribute

Creates an instance of the attribute

Returns: EntryPointAttribute

EntryPointAttribute