Create Enum at runtime

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have an enumeration, A, with 10 items.

I want to create a second enum, B, at runtime having 5 of the items of
enum A.

Is this possible?

Thanks,
Miguel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Enumeration 2
Enum 4
Generic List. Remove duplicate 2
Enum 1
String to Enumeration 1
Enum TypeConverter 3
Generic.List 1
Generic List to Array 2

Back
Top