Create an abstract constructor (no instantiation check).
The instance type
Represents a class type that cannot be instantiated directly. Commonly used in abstract class hierarchies or for type constraints.
type BaseCtor = AbstractConstructor< Base >; Copy
type BaseCtor = AbstractConstructor< Base >;
Create an abstract constructor (no instantiation check).