2008年4月24日

Interface functionality&Importance接口的功能和重要性

摘要: Interface is a new great type in CLR. it's hard to represent just with words. we can describe the importance of interface using a sample as following shown. 在CLR中,interface 是一个非常重要的新的类型(C++中没有inte... 阅读全文

posted @ 2008-04-24 17:33 飞天舞者 阅读(351) 评论(0) 推荐(0) 编辑

what's the differences between readonly & const in C# 在C#中readonly和const的区别

摘要: 1. the similar feature 相似性 grammar: public const int x=100; public readonly int x; const variable and readonly variable can not be modified once they are initialized in run-time. Ho... 阅读全文

posted @ 2008-04-24 15:46 飞天舞者 阅读(333) 评论(1) 推荐(0) 编辑

导航

For more information about me, feel free email to me winston.he@hotmail.com