|
- 序号 名称 虚类 枚举 集合 列表 字典 查询 位置
- 1 Array * * * * System
- 2 CollectionBase * * * * Collections
- 3 KeyedByTypeCollection<TItem> * *T *T *T Generic
- 4 KeyedCollection<K,TItem> * *T *T *T ObjectModel
- 5 DictionaryBase * * * * Collections
- 6 ReadOnlyCollectionBase * * * Collections
- 7 NameObjectCollectionBase * * * Specialized
- 8 ArrayList * * * Collections
- 9 StringCollection * * * Specialized
- 10 List<T> *T *T *T Generic
- 11 Collection<T> *T *T *T ObjectModel
- 12 ObservableCollection<T> *T *T *T ObjectModel
- 13 ReadOnlyCollection<T> *T *T *T ObjectModel
- 14 SynchronizedCollection<T> *T *T *T Generic
- 15 SynchronizedKeyedCollection<K, T> *T *T *T Generic
- 16 SynchronizedReadOnlyCollection<T> *T *T *T Generic
- 17 Hashtable * * * Collections
- 18 SortedList * * * Collections
- 19 ListDictionary * * * Specialized
- 20 OrderedDictionary * * * Specialized
- 21 HybridDictionary * * * Specialized
- 22 Dictionary<K,V> *T *T *T Generic
- 23 SortedList<K,V> *T *T *T Generic
- 24 SortedDictionary<K,V> *T *T *T Generic
- 25 Queue * * Collections
- 26 Queue<T> *T * Generic
- 27 Stack * * Collections
- 28 Stack<T> *T * Generic
- 29 LinkedList<T> *T *T Generic
- 30 BitArray * * Collections
- 31 NameValueCollection * * Specialized
- 32 NameObjectCollectionBase.KeysCollection * * Specialized
- 33 Dictionary<K,V>.KeyCollection *T *T Generic
- 34 Dictionary<K,V>.ValueCollection *T *T Generic
- 35 SortedDictionary<K,V>.KeyCollection *T *T Generic
- 36 SortedDictionary<K,V>.ValueCollection *T *T Generic
- 37 HashSet<T> *T T Generic
- 38 Lookup<K,TElement> *T T Linq
- 39 StringDictionary * Specialized
复制代码
|
|