共用方式為


IReadOnlyTypeBase.IsAbstract 方法

定義

取得值,指出這個結構型別是否代表抽象類別型。

[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

傳回

true 如果類型是抽象的,則為 , false 否則為 。

屬性

適用於