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
TType of the enum.
Gets maximum value of the enum using max enum element.
public static T GetMaxValueUseMax<T>() where T : struct, Enum
TType of the enum.