J
Jim H
Is there a way to programmatically get a list of classes that are contained
in a namespace? I have a namespace that holds a bunch of different data
classes, all derived from the same base class, that the user will choose
from. Rather than manually creating one of each type and putting it in a
list I was wondering if there was a way to programmatically query a
namespace for a list of types.
Thanks,
jim
in a namespace? I have a namespace that holds a bunch of different data
classes, all derived from the same base class, that the user will choose
from. Rather than manually creating one of each type and putting it in a
list I was wondering if there was a way to programmatically query a
namespace for a list of types.
Thanks,
jim