ISignatureTypeProvider<TType,TGenericContext>.GetFunctionPointerType Methode

Definition

Ruft das Typsymbol für den für den Funktionszeigertyp der angegebene Methode signature ab.

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

Parameter

Gibt zurück

TType

Das Typsymbol für den Funktionszeigertyp.

Gilt für