泛型集合.docVIP

  • 3
  • 0
  • 约 18页
  • 2016-11-24 发布于河南
  • 举报
泛型集合

泛型集合 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace 泛型和集合 { /// summary /// 命名空间System.Collections /// 1.ArrayList /// 2.HashTable /// 3.Dictionary /// 4.List /// /summary class Program { static void Main(string[] args) { //ArrayLists.main(); //HashTables.main(); //Lists.main(); //Dictionarys.main(); myGenericstring mg = new myGenericstring(普通, 泛型); mg.print(); Console.ReadLine();

文档评论(0)

1亿VIP精品文档

相关文档