Share via


ISignatureTypeProvider<TType,TGenericContext>.GetFunctionPointerType 方法

定义

获取给定方法 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

参数

返回

TType

函数指针类型的类型符号。

适用于