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
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.