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