EnumHelper.GetEnumValues method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Enums
Assembly Skybrud.Essentials.dll

GetEnumValues<T>()

Static

Gets an array of all values of the specified enum class T.

public static T[] GetEnumValues<T>()

Type Parameters

T

The type of the enum class.

Returns

Array of T

An array of T.