摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 泛型类和方法 { class Program { static void Main(string[] args) { Tperson p... 阅读全文
posted @ 2008-08-28 14:44 booer 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 答:public class MainClass { public static void Main() { Console.WriteLine(Foo(30)); } public static int Foo(int i) { ... 阅读全文
posted @ 2008-08-28 08:44 booer 阅读(950) 评论(7) 推荐(0) 编辑