On Tue, May 11, 2010 at 5:06 PM, Timwi <[email protected]> wrote: > I think I’ve found the answer. It’s because if the type attributes > contain IsNestedPublic (or any of the other IsNested*), setting > IsPublic to false doesn’t remove it. Given that setting IsPublic to > true does, I think setting it to false also should. Thus, I suggest to
With your patch, if I have a NestedPublic type, and that I say IsNestedFamily = false, then it becomes NonPublic. Which doesn't seem right to me. -- Jb Evain <[email protected]> -- -- mono-cecil
