Version: 2022.3
言語: 日本語
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.