我已使用枚举类型数据类型在 Windows 窗体 c# 的组合框中添加字符串元素,但在其中添加元素时出现错误。错误是 ("Identifier Expected") 我的代码是
public enum EducationG
{
("Bachelor of Arts (B.A)"),
("Bachelor of Arts (Bachelor of Education (B.A. B.Ed)")],
("Bachelor of Arts (Bachelor of Law (B.A.B.L)"),
("Bachelor of Arts (Bachelor of Law (B.A.LLB)"),
("Bachelor of Ayurvedic Medicine and Surgery (B.A.M.S)"),
("Bachelor of Applied Sciences (B.A.S)"),
("Bachelor of Audiology and Speech Language Pathology (B.A.S.L.P)"),
("Bachelor of Architecture (B.Arch)"),
("Bachelor of Business Administration (B.B.A)"),
("Bachelor of Business Administration (Bachelor of Law (B.B.A LL.B)"),
("Bachelor of Business Management (B.B.M)"),
("Bachelor of Business Studies (B.B.S)"),
("Bachelor of Computer Applications (B.C.A)"),
("Bachelor of Communication Journalism (B.C.J)"),
("Bachelor of Computer Science (B.C.S)")
}