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