摘要:
标题纯属忽悠,不过是玩'this'的小把戏 C#3.0的扩展方法(静态类的静态方法): public static class A { public static int Add(this int i, int j) { return i + j; } } class tst { static void Main() { ... 阅读全文
posted @ 2008-09-27 18:31
红泥
阅读(378)
评论(0)
推荐(0)


浙公网安备 33010602011771号