2016年8月3日

结构体,枚举类型

摘要: 注意:枚举类型和结构体都属于值类型。 结构体:就是一个自定义的集合,里面可以放各种类型的元素,用法大体跟集合一样。 一、定义的方法: struct student { public int nianling; public int fenshu; public string name; public 阅读全文

posted @ 2016-08-03 16:59 0等0 阅读(297) 评论(0) 推荐(0)

导航