CustomAttribute.DecodeValue<TType> Método

Definición

Descodifica los argumentos codificados en el blob del valor.

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)

Parámetros de tipo

TType

Parámetros

Devoluciones

CustomAttributeValue<TType>

Se aplica a