摘要:
转载自:http://blog.sina.com.cn/s/blog_4b3485000100prhl.html代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Da... 阅读全文
摘要:
声明 静态类和非静态类1.非静态类中:既可以定义静态字段、静态属性、静态方法,也可以定义非静态(实例成员)字段、非静态(实例成员)属性、非静态(实例成员)方法、 1 using System; 2 using System.Collections.Generic; 3 using System.Li... 阅读全文