MemberReference.DecodeMethodSignature Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DecodeMethodSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext) | |
DecodeMethodSignature<TType>(ISignatureTypeProvider<TType>) |
DecodeMethodSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Source:
- MemberReference.cs
- Source:
- MemberReference.cs
- Source:
- MemberReference.cs
public:
generic <typename TType, typename TGenericContext>
System::Reflection::Metadata::MethodSignature<TType> DecodeMethodSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType, TGenericContext> ^ provider, TGenericContext genericContext);
public System.Reflection.Metadata.MethodSignature<TType> DecodeMethodSignature<TType,TGenericContext> (System.Reflection.Metadata.ISignatureTypeProvider<TType,TGenericContext> provider, TGenericContext genericContext);
member this.DecodeMethodSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype, 'GenericContext> * 'GenericContext -> System.Reflection.Metadata.MethodSignature<'ype>
Public Function DecodeMethodSignature(Of TType, TGenericContext) (provider As ISignatureTypeProvider(Of TType, TGenericContext), genericContext As TGenericContext) As MethodSignature(Of TType)
Type Parameters
- TType
- TGenericContext
Parameters
- genericContext
- TGenericContext
Returns
Applies to
DecodeMethodSignature<TType>(ISignatureTypeProvider<TType>)
public:
generic <typename TType>
System::Reflection::Metadata::MethodSignature<TType> DecodeMethodSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType> ^ provider);
public System.Reflection.Metadata.MethodSignature<TType> DecodeMethodSignature<TType> (System.Reflection.Metadata.ISignatureTypeProvider<TType> provider);
member this.DecodeMethodSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype> -> System.Reflection.Metadata.MethodSignature<'ype>
Public Function DecodeMethodSignature(Of TType) (provider As ISignatureTypeProvider(Of TType)) As MethodSignature(Of TType)
Type Parameters
- TType
Parameters
- provider
- ISignatureTypeProvider<TType>
Returns
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.