共用方式為


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

函式指標類型的類型符號。

適用於