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

함수 포인터 형식에 대한 형식 기호입니다.

적용 대상