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

適用於