MethodSpecification.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) | |
DecodeSignature<TType>(ISignatureTypeProvider<TType>) |
DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Origem:
- MethodSpecification.cs
- Origem:
- MethodSpecification.cs
- Origem:
- MethodSpecification.cs
public:
generic <typename TType, typename TGenericContext>
System::Collections::Immutable::ImmutableArray<TType> DecodeSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType, TGenericContext> ^ provider, TGenericContext genericContext);
public System.Collections.Immutable.ImmutableArray<TType> DecodeSignature<TType,TGenericContext> (System.Reflection.Metadata.ISignatureTypeProvider<TType,TGenericContext> provider, TGenericContext genericContext);
member this.DecodeSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype, 'GenericContext> * 'GenericContext -> System.Collections.Immutable.ImmutableArray<'ype>
Public Function DecodeSignature(Of TType, TGenericContext) (provider As ISignatureTypeProvider(Of TType, TGenericContext), genericContext As TGenericContext) As ImmutableArray(Of TType)
Parâmetros de tipo
- TType
- TGenericContext
Parâmetros
- genericContext
- TGenericContext
Retornos
ImmutableArray<TType>
Aplica-se a
DecodeSignature<TType>(ISignatureTypeProvider<TType>)
public:
generic <typename TType>
System::Collections::Immutable::ImmutableArray<TType> DecodeSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType> ^ provider);
public System.Collections.Immutable.ImmutableArray<TType> DecodeSignature<TType> (System.Reflection.Metadata.ISignatureTypeProvider<TType> provider);
member this.DecodeSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype> -> System.Collections.Immutable.ImmutableArray<'ype>
Public Function DecodeSignature(Of TType) (provider As ISignatureTypeProvider(Of TType)) As ImmutableArray(Of TType)
Parâmetros de tipo
- TType
Parâmetros
- provider
- ISignatureTypeProvider<TType>
Retornos
ImmutableArray<TType>
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.