MemberReference.DecodeFieldSignature 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
类型参数
- TType
- TGenericContext
参数
- genericContext
- TGenericContext
返回
TType
适用于
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
类型参数
- TType
参数
- provider
- ISignatureTypeProvider<TType>
返回
TType