CustomAttribute.DecodeValue<TType> Method

Definition

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

Returns

Applies to