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