GetType(); foreach (int i in Enum.GetValues(ET)) { ED.Add(i, Enum.GetName(ET, i)); } return ED; } } } And then you could just call it like ...
確定! 回上一頁