摘要:
1. 类型对象 首先看如下代码: class Program { static void Main(string[] args) { List<object> objs = new List<string>(); Console.ReadKey(); } }以上代码在C#编译器中会报错,错误是类型不匹配... 阅读全文
posted @ 2012-12-24 16:24
self.refactoring
阅读(373)
评论(0)
推荐(0)
浙公网安备 33010602011771号