[Home] Type Microsoft.FSharp.Core.DefaultAugmentationAttribute


Adding this attribute to a discriminated union with value false turns off the generation of standard helper member tester, constructor and accessor members for the generated .NET class for that type.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (4))>]
type DefaultAugmentationAttribute = class
                                      inherit Attribute
                                    end
                                    with
                                      new : bool -> DefaultAugmentationAttribute
                                      member Value : bool
                                    end

Instance Members

MemberDescription
member Value : bool

Static Members

MemberDescription
new : bool -> DefaultAugmentationAttribute

See Also

Microsoft.FSharp.Core


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