G
Guest
Okay, so the deal is, I'm using the enum structure to populate some list, the
problem is that I don't have the enums at compile time, they must be
generated at runtime (i.e. read from some file or what not). I need them to
be in the enum type of structure for a specific control that I've built (and
don't want to rebuild in some other manner). Is there a way to generate an
enum at runtime or am I stuck making a class that acts like the enum?
problem is that I don't have the enums at compile time, they must be
generated at runtime (i.e. read from some file or what not). I need them to
be in the enum type of structure for a specific control that I've built (and
don't want to rebuild in some other manner). Is there a way to generate an
enum at runtime or am I stuck making a class that acts like the enum?