ISignatureTypeProvider<TType,TGenericContext>.GetFunctionPointerType Method

Definition

Gets the type symbol for the function pointer type of the given method signature.

public:
 TType GetFunctionPointerType(System::Reflection::Metadata::MethodSignature<TType> signature);
public TType GetFunctionPointerType (System.Reflection.Metadata.MethodSignature<TType> signature);
abstract member GetFunctionPointerType : System.Reflection.Metadata.MethodSignature<'ype> -> 'ype
Public Function GetFunctionPointerType (signature As MethodSignature(Of TType)) As TType

Parameters

Returns

TType

The type symbol for the function pointer type.

Applies to