摘要:
Part 1 Introduction The struct of C# program: namespace , class and Main method what is namespace? the namespace declaration, using System, indicates 阅读全文
摘要:
部分类和部分方法部分类是用partial声明的类,它允许我们把一个类分割成两个或多个类,当应用程序编译的完成的时候,多个部分类会结合成一个类,同时partial关键字也可以用于声明结构和接口。那么下面问题来了,为什么要有部分类呢?既然微软创造了这么一个东西,肯定有它存在的意义的存在意义之一:如果大家... 阅读全文