TypeDelegator.GetFunctionPointerReturnType 方法

定義

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

public:
 override Type ^ GetFunctionPointerReturnType();
public override Type GetFunctionPointerReturnType ();
override this.GetFunctionPointerReturnType : unit -> Type
Public Overrides Function GetFunctionPointerReturnType () As Type

傳回

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

例外狀況

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

適用於