[Home] Type Microsoft.FSharp.Core.AbstractClassAttribute


Adding this attribute to class definition makes it abstract, which means it need not implement all its methods. Instances of abstract classes may not be constructed directly.

Full Type Signature

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

Static Members

MemberDescription
new : unit -> AbstractClassAttribute

See Also

Microsoft.FSharp.Core


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