Enumeration Items

rmatthew

Centurion
Joined
Dec 30, 2002
Messages
115
Location
Texas
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
 
Back
Top