MethodSpecification.DecodeSignature 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
DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext) | |
DecodeSignature<TType>(ISignatureTypeProvider<TType>) |
DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Source:
- MethodSpecification.cs
- Source:
- MethodSpecification.cs
- Source:
- 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)
Type Parameters
- TType
- TGenericContext
Parameters
- genericContext
- TGenericContext
Returns
ImmutableArray<TType>
Applies to
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)
Type Parameters
- TType
Parameters
- provider
- ISignatureTypeProvider<TType>
Returns
ImmutableArray<TType>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.