CustomAttribute.DecodeValue<TType> Metodo

Definizione

Decodifica gli argomenti codificati nel BLOB del valore.

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)

Parametri di tipo

TType

Parametri

Restituisce

Si applica a