Hey,

On 1/15/08, Regis <[EMAIL PROTECTED]> wrote:
> I post an update to be incorporated into the repository (thanks in
> advance, jb!) in order to allow a Custom attribute to be created by
> giving blob data as a parameter:
>
>                 // RVA Added
>                 public CustomAttribute(MethodReference ctor, byte[] blob)
>                 {
>                         m_ctor = ctor;
>                         m_blob = blob;
>                         m_resolved = false;
>                 }
>                 // End of RVA Added

I don't mind adding this, but what's your use case? You generate the
attribute blob yourself?

-- 
Jb Evain  <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to