Header menu logo FSharp.Core

FSharpInterfaceDataVersionAttribute Type

This attribute is added to generated assemblies to indicate the version of the data schema used to encode additional F# specific information in the resource attached to compiled F# libraries.

Constructors

Constructor Description

FSharpInterfaceDataVersionAttribute(major, minor, release)

Full Usage: FSharpInterfaceDataVersionAttribute(major, minor, release)

Parameters:
    major : int - The major version number.
    minor : int - The minor version number.
    release : int - The release number.

Returns: FSharpInterfaceDataVersionAttribute FSharpInterfaceDataVersionAttribute

Creates an instance of the attribute

major : int

The major version number.

minor : int

The minor version number.

release : int

The release number.

Returns: FSharpInterfaceDataVersionAttribute

FSharpInterfaceDataVersionAttribute

Instance members

Instance member Description

this.Major

Full Usage: this.Major

Returns: int

The major version number of the F# version associated with the attribute

Returns: int

this.Minor

Full Usage: this.Minor

Returns: int

The minor version number of the F# version associated with the attribute

Returns: int

this.Release

Full Usage: this.Release

Returns: int

The release number of the F# version associated with the attribute

Returns: int

Type something to start searching.