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