AbstractClassAttribute Type
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
|
|
Creates an instance of the attribute
|
FSharp.Core