摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Genericlist<int> mylist = new Genericlist<int>(); for (int x = 0; x < 10; x++) { ... 阅读全文
posted @ 2012-05-03 22:19 MadKeX 阅读(879) 评论(0) 推荐(0)