Hey, On Mon, Apr 5, 2010 at 5:51 PM, F8R <[email protected]> wrote: > When I rename type, field, method, will all object that use this will > updated with new name ?
Most of the time, yes. But then you could have, in the same module, references to the definition (it happens a lot for generics for instance), and those will need to be updated manually. -- Jb Evain <[email protected]> -- -- mono-cecil To unsubscribe, reply using "remove me" as the subject.
