> 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.
Fair point. I've solved this by bit-manipulating the attributes manually now, but for the benefit of other users, perhaps you could introduce a boolean property, IsNonPublic, which can be set to true to achieve this. -- -- mono-cecil
