摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication1 7 { 8 class Program 9 {10 //delegate string works(int a,int b);11 static void Main(string[] args)12 {13 //第一种14 // List list = new List() { "1111", "2", 阅读全文
posted @ 2014-02-10 14:43 无处安放的青春 阅读(705) 评论(0) 推荐(0) 编辑