Skip to content

N_Cyjb_Collections_ObjectModel

CYJB edited this page Oct 20, 2022 · 3 revisions

Cyjb.Collections.ObjectModel 命名空间

Cyjb.Collections.ObjectModel 命名空间包含可重用的集合类。

 

说明
公共类 CollectionBase(T) 为泛型集合提供基类。
公共类 DictionaryBase(TKey, TValue) 为泛型字典提供基类。
公共类 EnumeratorBase(T) 为枚举器提供基类。
公共类 ListBase(T) 为泛型列表提供基类。
公共类 ReadOnlyCollectionBase(T) 为泛型只读集合提供基类。
公共类 ReadOnlyDictionaryBase(TKey, TValue) 为泛型只读字典提供基类。
公共类 ReadOnlyListBase(T) 为泛型只读列表提供基类。
公共类 ReadOnlySetBase(T) 为泛型集合提供基类。
公共类 SetBase(T) 为泛型集合提供基类。
 

Clone this wiki locally