摘要:
1 using System; 2 3 namespace ConsoleApplication1 { 4 class TestClass { 5 static void Main() 6 { 7 string a = "hello"; 8 a += "world"; 9 Console.WriteLine(a);10 }11 }12 13 }//.method 表示这是一个方法//hidebysig=hide by signature 隐藏掉基类中相同签... 阅读全文
posted @ 2012-05-23 10:16 xiangkezeng 阅读(119) 评论(0) 推荐(0)
浙公网安备 33010602011771号