AutoOpenAttribute (FSharp.Core)

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

Indicates a construct is automatically opened when brought into scope through an assembly reference or then opening of the containing namespace or module.

Constructors

Constructor Description

AutoOpenAttribute(path)

Full Usage: AutoOpenAttribute(path)

Parameters:

    path : string - The namespace or module to be automatically opened when an assembly is referenced or an enclosing module opened.

Returns: AutoOpenAttribute AutoOpenAttribute

Creates an attribute used to mark a namespace or module path to be 'automatically opened' when an assembly is referenced

path : string

The namespace or module to be automatically opened when an assembly is referenced or an enclosing module opened.

Returns: AutoOpenAttribute

AutoOpenAttribute

AutoOpenAttribute()

Full Usage: AutoOpenAttribute()

Returns: AutoOpenAttribute AutoOpenAttribute

Creates an attribute used to mark a module as 'automatically opened' when the enclosing namespace is opened

Returns: AutoOpenAttribute

AutoOpenAttribute

Instance members

Instance member Description

this.Path

Full Usage: this.Path

Returns: string

Indicates the namespace or module to be automatically opened when an assembly is referenced
 or an enclosing module opened.
Returns: string