📅  最后修改于: 2022-03-11 14:49:02.245000             🧑  作者: Mango
代码示例1
//Returns the enum value at the index
(EnumType)int;
//returns the string of the enum value at the index
(EnumType)int.ToString();