Mono Class Library: System.Type Overview | Members

System.Type.IsAbstract Property

Gets a bool value indicating whether the type represented by the current instance is abstract and is required to be overridden.

public bool IsAbstract { get; }

Value

true if the Type is abstract; otherwise, false.

Remarks

This property is read-only.

If the current instance represents an unassigned type parameter of a generic type, this property always returns true. This is because it is not possible to create an instance of a generic type parameter.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0