TypeSpecification.DecodeSignature Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Origem:
- TypeSpecification.cs
- Origem:
- TypeSpecification.cs
- Origem:
- TypeSpecification.cs
- Origem:
- 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
Parâmetros de tipo
- TType
- TGenericContext
Parâmetros
- genericContext
- TGenericContext
Retornos
Aplica-se a
.NET 10 e outras versões
Produto | Versões |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
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
Parâmetros de tipo
- TType
Parâmetros
- provider
- ISignatureTypeProvider<TType>
Retornos
Aplica-se a
.NET Core 1.1
Produto | Versões |
---|---|
.NET | Core 1.1 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: