rmatthew Posted March 12, 2003 Posted March 12, 2003 I need to extract all possible values for an enumeration type and place them in an arraylist Private enum color red = 0 grn = 1 end enum What i want to return is an arraylist of red,grn Thanks in advance Quote
Leaders quwiltw Posted March 13, 2003 Leaders Posted March 13, 2003 Take a look at System.Enum.GetNames() If you still have trouble let me know. Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.