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
T
Type of the enum.
Gets maximum value of the enum as integer using last enum element.
public static int GetMaxValueUseLastAsInt<T>() where T : struct, Enum
T
Type of the enum.