TypeDelegator.GetFunctionPointerParameterTypes Method

Definition

When overridden in a derived class, returns the parameter types of the current function pointer Type.

public:
 override cli::array <Type ^> ^ GetFunctionPointerParameterTypes();
public override Type[] GetFunctionPointerParameterTypes ();
override this.GetFunctionPointerParameterTypes : unit -> Type[]
Public Overrides Function GetFunctionPointerParameterTypes () As Type()

Returns

Type[]

An array of Type objects representing all the parameter types for the current function pointer Type.

-or-

An empty array of type Type, if no parameters are defined for the current function pointer Type.

Exceptions

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

Applies to