public static int EnumToInt (T enumValue);

파라미터

enumValueEnum value to convert.

반환

int Returns the integer representation of the enum value.

설명

Return integer representation of enum value without boxing.