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は 。

適用対象