摘要: 1.string 和 System.String string和System.String 是完全相同的 写下面的代码,编译之后,使用ildasm.exe查看生成的IL代码,可以发现是完全一样的 class Program { static void Main(string[] args) { var pString = new P... 阅读全文
posted @ 2008-02-02 16:32 lu xu 阅读(856) 评论(2) 推荐(0)