Constants and Fields(Chapter 7 of CLR via C#)
摘要:A constant is a symbol that has a never-changing value. When defining a constant symbol,its value must be determinable at compile time. The compiler then saves the constant’s valuein the assembly’s metadata. This means that you can define a constant only for types thatyour compiler considers primit.
阅读全文
posted @ 2011-08-04 23:39
浙公网安备 33010602011771号