摘要: class Program { static void Main(string[] args) { int obj = 2; Test<int> test = new Test<int>(obj); Console.WriteLine("int:" + test.obj); string obj2 = "hello world"; Test<string> te... 阅读全文
posted @ 2010-04-12 16:08 qinyi 阅读(307) 评论(0) 推荐(0) 编辑