[Home] Type Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute


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.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (1))>]
type FSharpInterfaceDataVersionAttribute =
  class
    inherit Attribute
  end
  with
    new : major:int * minor:int * release:int -> FSharpInterfaceDataVersionAttribute
    member Major : int
    member Minor : int
    member Release : int
  end

Instance Members

MemberDescription
member Major : int
member Minor : int
member Release : int

Static Members

MemberDescription
new : major:int * minor:int * release:int -> FSharpInterfaceDataVersionAttribute

See Also

Microsoft.FSharp.Core


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19