.net中的集合

集合命令空間: 命令空間:類型邏輯上的分類 System.Collections  非泛型集合 System.Collections.Generic 泛型集合 集合內部存數據,實際上都是存到了數組裏。 常用集合: 」類似數組「集合: ArrayList 、List<T> 鍵值對集合(哈希表集合) Hashtable 、Dictionary<K,V> 堆棧集合 Stack、 Stack<T>  LI
相關文章
相關標籤/搜索