TypeSpecification.DecodeSignature Yöntem

Tanım

Aşırı Yüklemeler

DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
DecodeSignature<TType>(ISignatureTypeProvider<TType>)

DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)

Kaynak:
TypeSpecification.cs
Kaynak:
TypeSpecification.cs
Kaynak:
TypeSpecification.cs
public:
generic <typename TType, typename TGenericContext>
 TType DecodeSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType, TGenericContext> ^ provider, TGenericContext genericContext);
public TType DecodeSignature<TType,TGenericContext> (System.Reflection.Metadata.ISignatureTypeProvider<TType,TGenericContext> provider, TGenericContext genericContext);
member this.DecodeSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype, 'GenericContext> * 'GenericContext -> 'ype
Public Function DecodeSignature(Of TType, TGenericContext) (provider As ISignatureTypeProvider(Of TType, TGenericContext), genericContext As TGenericContext) As TType

Tür Parametreleri

TType
TGenericContext

Parametreler

genericContext
TGenericContext

Döndürülenler

TType

Şunlara uygulanır

DecodeSignature<TType>(ISignatureTypeProvider<TType>)

public:
generic <typename TType>
 TType DecodeSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType> ^ provider);
public TType DecodeSignature<TType> (System.Reflection.Metadata.ISignatureTypeProvider<TType> provider);
member this.DecodeSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype> -> 'ype
Public Function DecodeSignature(Of TType) (provider As ISignatureTypeProvider(Of TType)) As TType

Tür Parametreleri

TType

Parametreler

Döndürülenler

TType

Şunlara uygulanır