MemberReference.DecodeFieldSignature 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
DecodeFieldSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext) | |
DecodeFieldSignature<TType>(ISignatureTypeProvider<TType>) |
DecodeFieldSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Source:
- MemberReference.cs
- Source:
- MemberReference.cs
- Source:
- MemberReference.cs
public:
generic <typename TType, typename TGenericContext>
TType DecodeFieldSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType, TGenericContext> ^ provider, TGenericContext genericContext);
public TType DecodeFieldSignature<TType,TGenericContext> (System.Reflection.Metadata.ISignatureTypeProvider<TType,TGenericContext> provider, TGenericContext genericContext);
member this.DecodeFieldSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype, 'GenericContext> * 'GenericContext -> 'ype
Public Function DecodeFieldSignature(Of TType, TGenericContext) (provider As ISignatureTypeProvider(Of TType, TGenericContext), genericContext As TGenericContext) As TType
Type Parameters
- TType
- TGenericContext
Parameters
- genericContext
- TGenericContext
Returns
TType
Applies to
DecodeFieldSignature<TType>(ISignatureTypeProvider<TType>)
public:
generic <typename TType>
TType DecodeFieldSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType> ^ provider);
public TType DecodeFieldSignature<TType> (System.Reflection.Metadata.ISignatureTypeProvider<TType> provider);
member this.DecodeFieldSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype> -> 'ype
Public Function DecodeFieldSignature(Of TType) (provider As ISignatureTypeProvider(Of TType)) As TType
Type Parameters
- TType
Parameters
- provider
- ISignatureTypeProvider<TType>
Returns
TType
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.