摘要: http://blog.csdn.net/allenlooplee/archive/2004/10/21/146129.aspxWriten by Allen Lee 备用 readonly和const都是用来标识常量的[1]。 const可用于修饰class的field或者一个局部变量(local variable);而readonly仅仅用于修饰class的field。 ... 阅读全文