摘要:
https://wenku.baidu.com/view/b536b58ce3bd960590c69ec3d5bbfd0a7856d52d.html 重点: 1.结构中可以有静态成员也可以有非静态成员,同普通类,但静态类只能有静态成员 2.结构不能有显式无参构造器,但是可以有参数的 3. 结构属性和 阅读全文
posted @ 2021-01-31 11:13
遥月
阅读(131)
评论(0)
推荐(0)
摘要:
枚举默认第一个符号为0开始,也可以自己指定开始值,枚举默认类型为int,枚举实质是一组数字的集合 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Th 阅读全文
posted @ 2021-01-31 10:56
遥月
阅读(2225)
评论(0)
推荐(1)

浙公网安备 33010602011771号