Core.DefaultValueAttribute Class (F#)
Adding this attribute to a field declaration means that the field is not initialized. During type checking a constraint is asserted that the field type supports null. If the Check value is false then the constraint is not asserted.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AttributeUsage(256, AllowMultiple = false)>] [<Sealed>] type DefaultValueAttribute = class new DefaultValueAttribute : bool -> DefaultValueAttribute new DefaultValueAttribute : unit -> DefaultValueAttribute member this.Check : bool end