结构体(可通过数组进行管理): 第一步:定义 struct StudentInfo{ public int age; public string name; public int grade; public int id; public bool gender; } 第二步:使用 例子: 定义: 使用:
委托关键字delegate