TypeDelegator.GetFunctionPointerReturnType Method

Definition

When overridden in a derived class, returns the return type of the current function pointer Type.

public:
 override Type ^ GetFunctionPointerReturnType();
public override Type GetFunctionPointerReturnType ();
override this.GetFunctionPointerReturnType : unit -> Type
Public Overrides 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