CustomAttribute.DecodeValue<TType> 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.
Decodes the arguments encoded in the value blob.
public:
generic <typename TType>
System::Reflection::Metadata::CustomAttributeValue<TType> DecodeValue(System::Reflection::Metadata::ICustomAttributeTypeProvider<TType> ^ provider);
public System.Reflection.Metadata.CustomAttributeValue<TType> DecodeValue<TType> (System.Reflection.Metadata.ICustomAttributeTypeProvider<TType> provider);
member this.DecodeValue : System.Reflection.Metadata.ICustomAttributeTypeProvider<'ype> -> System.Reflection.Metadata.CustomAttributeValue<'ype>
Public Function DecodeValue(Of TType) (provider As ICustomAttributeTypeProvider(Of TType)) As CustomAttributeValue(Of TType)
Type Parameters
- TType
Parameters
- provider
- ICustomAttributeTypeProvider<TType>
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.