Method GetMaxValueUseLast
GetMaxValueUseLast<T>()
Gets maximum value of the enum using last enum element.
public static T GetMaxValueUseLast<T>() where T : struct, Enum
Returns
- T
Type Parameters
T
Type of the enum.
Gets maximum value of the enum using last enum element.
public static T GetMaxValueUseLast<T>() where T : struct, Enum
T
Type of the enum.