Hey, On Tue, Jun 29, 2010 at 3:13 PM, Simon <[email protected]> wrote: > How do i get all CustomAttributes for a TypeDefinition including what > is inherited from its base type?
There's no builtin feature for that. You'll have to walk down the hierarchy yourself. -- Jb Evain <[email protected]> -- -- mono-cecil
