IReadOnlyTypeBase.IsAbstract Method

Definition

Gets a value indicating whether this structural type represents an abstract type.

[System.Diagnostics.DebuggerStepThrough]
public virtual bool IsAbstract ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member IsAbstract : unit -> bool
override this.IsAbstract : unit -> bool
Public Overridable Function IsAbstract () As Boolean

Returns

true if the type is abstract, false otherwise.

Attributes

Applies to