标签:re c 初始化 vs read static
1. const 只能修饰基本类型和string, null两种引用类型. readonly可以修饰所有类型.
2. const 申明时不需要static 修饰符, 因为必须要静态访问.
3. const 必须在编译时知道它的值, 而 readonly 可以在运行时初始化.
4.
const vs readonly,布布扣,bubuko.com
const vs readonly
原文地址:http://blog.csdn.net/changtianshuiyue/article/details/37517273