2012年5月23日

摘要: 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 阅读(116) 评论(0) 推荐(0) 编辑


Copyright © 2024 xiangkezeng
Powered by .NET 9.0 on Kubernetes