FieldDefinition.DecodeSignature 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext) | |
DecodeSignature<TType>(ISignatureTypeProvider<TType>) |
DecodeSignature<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, TGenericContext)
- Source:
- FieldDefinition.cs
- Source:
- FieldDefinition.cs
- Source:
- FieldDefinition.cs
public:
generic <typename TType, typename TGenericContext>
TType DecodeSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType, TGenericContext> ^ provider, TGenericContext genericContext);
public TType DecodeSignature<TType,TGenericContext> (System.Reflection.Metadata.ISignatureTypeProvider<TType,TGenericContext> provider, TGenericContext genericContext);
member this.DecodeSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype, 'GenericContext> * 'GenericContext -> 'ype
Public Function DecodeSignature(Of TType, TGenericContext) (provider As ISignatureTypeProvider(Of TType, TGenericContext), genericContext As TGenericContext) As TType
类型参数
- TType
- TGenericContext
参数
- genericContext
- TGenericContext
返回
TType
适用于
DecodeSignature<TType>(ISignatureTypeProvider<TType>)
public:
generic <typename TType>
TType DecodeSignature(System::Reflection::Metadata::ISignatureTypeProvider<TType> ^ provider);
public TType DecodeSignature<TType> (System.Reflection.Metadata.ISignatureTypeProvider<TType> provider);
member this.DecodeSignature : System.Reflection.Metadata.ISignatureTypeProvider<'ype> -> 'ype
Public Function DecodeSignature(Of TType) (provider As ISignatureTypeProvider(Of TType)) As TType
类型参数
- TType
参数
- provider
- ISignatureTypeProvider<TType>
返回
TType