Share via


MethodInfo.Isabstract Method

Definition

Indicates whether the method is abstract.

public:
 virtual bool Isabstract();
public virtual bool Isabstract ();
abstract member Isabstract : unit -> bool
override this.Isabstract : unit -> bool
Public Overridable Function Isabstract () As Boolean

Returns

true if the method is abstract; otherwise, false.

Remarks

An abstract method is declared but not implemented in a parent class. For more information, see Method Modifiers.

Applies to