Gets the values defined by the enumerated type.
public static T[] GetValues<T>() where T : struct, Enum
The values defined by the enumerated type, sorted by value.