Core.CLIMutableAttribute Class (F#)
Visual Studio 2012
Adding this attribute to a record type causes it to be compiled to a Common Language Infrastructure (CLI) representation with a default constructor with property getters and setters.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AttributeUsage(AttributeTargets.Class, AllowMultiple = false)>] [<Sealed>] type CLIMutableAttribute = class new CLIMutableAttribute : unit -> CLIMutableAttribute end