Version: 2019.4
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.


Did you find this page useful? Please give it a rating: