AbstractClassAttribute (FSharp.Core)

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Base Type: Attribute
This is an attribute type definition

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.

Constructors

Constructor Description

AbstractClassAttribute()

Full Usage: AbstractClassAttribute()

Returns: AbstractClassAttribute AbstractClassAttribute

Creates an instance of the attribute

Returns: AbstractClassAttribute

AbstractClassAttribute