2009年6月20日
摘要: 先看例子:class Program { static void Main(string[] args) { string j="aa"; Console.WriteLine(j.TestMethod("Length"));//字符串多了个扩展方法了 } } public static class Test { public static object TestMethod(this string... 阅读全文
posted @ 2009-06-20 22:00 冷傲残痕 阅读(258) 评论(1) 推荐(0) 编辑