Type.IsFunctionPointer 屬性

定義

取得值,這個值表示目前 Type 是否為函式指標。

public:
 virtual property bool IsFunctionPointer { bool get(); };
public virtual bool IsFunctionPointer { get; }
member this.IsFunctionPointer : bool
Public Overridable ReadOnly Property IsFunctionPointer As Boolean

屬性值

true 如果目前 Type 是函式指標,則為 ,否則為 false

適用於