您好,我可以知道如何获取下面的枚举值以绑定(bind)到组合框吗?我写了下面的代码,效果很好,但想知道这是不是最好的方法。publicenumCourseStudentStatus{Active=1,Completed=2,TempStopped=3,Stopped=4,}//BindCourseStatusDictionarylist=newDictionary();foreach(intenumValueinEnum.GetValues(typeof(CourseStudentStatus)))list.Add(Enum.GetName(typeof(CourseStudentSt