Hey, On Wed, Aug 11, 2010 at 7:01 PM, Timwi <[email protected]> wrote: > It seems that PropertyReference and EventReference have no Resolve() > method? Is there a workaround for this?
Granted that they are abstract class who are solely implemented by, respectively, PropertyDefinition and EventDefinition, you can cast any PropertyReference to PropertyDefinition and EventReference to EventDefinition. But they definitely should have a Resolve method for consistency. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
