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

适用于