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
|
Full Usage:
FSharpInterfaceDataVersionAttribute(major, minor, release)
Parameters:
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
|