CustomAttribute.DecodeValue<TType> メソッド

定義

値 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)

型パラメーター

TType

パラメーター

戻り値

CustomAttributeValue<TType>

適用対象