Version: 2020.1
언어: 한국어
public static int EnumToInt (T enumValue);

파라미터

enumValue Enum value to convert.

반환

int Returns the integer representation of the enum value.

설명

Return integer representation of enum value without boxing.