摘要:
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", 阅读全文