Attribute.Resolve returns true, but ConstructorParameters.Count seems to be always = 0.
I feel maybe I dont understand well the working of ConstructorParameters. Its length should be the same as the number of properties of the attribute? Thanks On Sun, Aug 9, 2009 at 12:18 PM, Jb Evain <[email protected]> wrote: > > On 8/9/09, Jorge Freitas Branco <[email protected]> wrote: > > attribute.ConstructorParameters.Count seems to be always = > > 0. > > > > Any help or comment? > > It depends on whether the attribute can be resolved or not. > What does attribute.Resolved says, and what happens if you call > attribute.Resolve () ? > > -- > Jb Evain <[email protected]> > > > > --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
