[Home] Type Microsoft.FSharp.Core.SealedAttribute


Adding this attribute to class definition makes it sealed, which means it may not be extended or implemented.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (4))>]
type SealedAttribute = class
                         inherit Attribute
                       end
                       with
                         new : unit -> SealedAttribute
                       end

Static Members

MemberDescription
new : unit -> SealedAttribute

See Also

Microsoft.FSharp.Core


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