StandaloneSignature.DecodeLocalSignature Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
DecodeLocalSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext) | |
DecodeLocalSignature<TType>(ISignatureTypeProvider<TType>) |
DecodeLocalSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Zdroj:
- StandaloneSignature.cs
- Zdroj:
- StandaloneSignature.cs
- Zdroj:
- 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)
Parametry typu
- TType
- TGenericContext
Parametry
- genericContext
- TGenericContext
Návraty
ImmutableArray<TType>
Platí pro
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)
Parametry typu
- TType
Parametry
- provider
- ISignatureTypeProvider<TType>
Návraty
ImmutableArray<TType>
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.