hf

导航

 

2010年7月13日

摘要: Constants A constant is a symbol that has a never-changing value . The compiler saves the constant’s value in the assembly’s metadata at compile time. You can define a constant only for types that yo... 阅读全文
posted @ 2010-07-13 17:33 hf 阅读(191) 评论(0) 推荐(0)
 
摘要: The Different Kinds of Type Members A type can define zero or more of the following kinds of members: Constants Fields Instance constructors Type constructors Methods Operator overloads:  &... 阅读全文
posted @ 2010-07-13 16:49 hf 阅读(287) 评论(0) 推荐(0)