EnumUtility.GetValues<T> method

Gets the values defined by the enumerated type.

public static T[] GetValues<T>()
    where T : struct, Enum
parameter description
T The enumerated type.

Return Value

The values defined by the enumerated type, sorted by value.

See Also