码迷,mamicode.com
首页 > 编程语言 > 详细

【Unity|C#】基础篇(19)——集合库(Collections)

时间:2020-02-13 00:18:53      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:alt   tac   get   类型   电子书下载   val   targe   mamicode   list   

【学习资料】

  《C#图解教程》(第6章)https://www.cnblogs.com/moonache/p/7687551.html
  电子书下载:https://pan.baidu.com/s/1mhOmBG0

 

【内容】 

    • 非泛型集合
      • ArrayList
      • Hashtable
      • ——————————
      • SortedList
      • ——————————
      • Queue
      • Stack
    • 泛型集合
      • List<T>
      • Dictionary<TKey,TValue>
      • ——————————
      • LinkedList<T>
      • HashSet<T>
      • ——————————
      • SortedList<TKey,TValue>
      • SortedDictionary<TKey,TValue>
      • SortedSet<T>
      • ——————————
      • Queue<T>
      • Stack<T>
    • 线程安全集合
      • ConcurrentBag<T>
      • ConcurrentDictionary<TKey,TValue>
      • ConcurrentQueue<T>
      • ConcurrentStack<T>
    • Hashtable与Dictionary异同点

 


 【笔记】

  •  集合库(Collections)

技术图片

 

  • Hashtable与Dictionary异同点

     来源:https://www.jianshu.com/p/6e701ee2f0b8

    技术图片

 

【Unity|C#】基础篇(19)——集合库(Collections)

标签:alt   tac   get   类型   电子书下载   val   targe   mamicode   list   

原文地址:https://www.cnblogs.com/shahdza/p/12284960.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!