StandaloneSignature.DecodeLocalSignature 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
DecodeLocalSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext) | |
DecodeLocalSignature<TType>(ISignatureTypeProvider<TType>) |
DecodeLocalSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Source:
- StandaloneSignature.cs
- Source:
- StandaloneSignature.cs
- Source:
- StandaloneSignature.cs
- Source:
- StandaloneSignature.cs
public:
generic <typename TType, typename TGenericContext>
System::Collections::Immutable::ImmutableArray<TType> DecodeLocalSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType, TGenericContext> ^ provider, TGenericContext genericContext);
public System.Collections.Immutable.ImmutableArray<TType> DecodeLocalSignature<TType,TGenericContext> (System.Reflection.Metadata.ISignatureTypeProvider<TType,TGenericContext> provider, TGenericContext genericContext);
member this.DecodeLocalSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype, 'GenericContext> * 'GenericContext -> System.Collections.Immutable.ImmutableArray<'ype>
Public Function DecodeLocalSignature(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
DecodeLocalSignature<TType>(ISignatureTypeProvider<TType>)
public:
generic <typename TType>
System::Collections::Immutable::ImmutableArray<TType> DecodeLocalSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType> ^ provider);
public System.Collections.Immutable.ImmutableArray<TType> DecodeLocalSignature<TType> (System.Reflection.Metadata.ISignatureTypeProvider<TType> provider);
member this.DecodeLocalSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype> -> System.Collections.Immutable.ImmutableArray<'ype>
Public Function DecodeLocalSignature(Of TType) (provider As ISignatureTypeProvider(Of TType)) As ImmutableArray(Of TType)
Type Parameters
- TType
Parameters
- provider
- ISignatureTypeProvider<TType>
Returns
ImmutableArray<TType>
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.