Possible Duplicate:
Iterating through an enumeration in Silverlight?
Is there a way to iterate through all values in an Enum in Silverlight with C#?
I know WPF allows you to use the System.Enum.GetType(Type) method, but this is not available in Silverlight.
Thanks, Seth