码迷,mamicode.com
首页 > 其他好文 > 详细

const vs readonly

时间:2014-07-08 20:34:58      阅读:176      评论:0      收藏:0      [点我收藏+]

标签: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

标签:re   c   初始化   vs   read   static   

原文地址:http://blog.csdn.net/changtianshuiyue/article/details/37517273

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!