Type.GetFunctionPointerReturnType 方法

定義

在衍生類別中覆寫時,傳回目前函式指標 Type 的傳回型別。

public:
 virtual Type ^ GetFunctionPointerReturnType();
public virtual Type GetFunctionPointerReturnType ();
abstract member GetFunctionPointerReturnType : unit -> Type
override this.GetFunctionPointerReturnType : unit -> Type
Public Overridable Function GetFunctionPointerReturnType () As Type

傳回

Type物件,表示目前函式指標 Type 的傳回型別。

例外狀況

目前的類型不是函式指標。 亦即,IsFunctionPointer 屬性會傳回 false

適用於