Declaration
public static T[] GetValues<T>()
Summary
Returns the set of enum values from the specified enum type.
Generic type parameters
T | The enum type from which to retrieve the values. |
Returns
A strongly-typed array containing the enum values from the specified type.