Type.GetFunctionPointerReturnType Method

Definition

When overridden in a derived class, returns the return type of the current function pointer 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

Returns

A Type object representing the return type for the current function pointer Type.

Exceptions

The current type is not a function pointer. That is, the IsFunctionPointer property returns false.

Applies to