E
ex-neo-con
I'd like to write code to make a nested class publicly available, but I
want to restrict its instantiation to instances of the containing
class. I know I could do such a thing using reflection, but that seems
a rather roundabout way of doing such a thing (not to mention the
processing overhead that doing so would incur).
Any suggestions?
ex-neo-con
want to restrict its instantiation to instances of the containing
class. I know I could do such a thing using reflection, but that seems
a rather roundabout way of doing such a thing (not to mention the
processing overhead that doing so would incur).
Any suggestions?
ex-neo-con