N_Cyjb_Collections_ObjectModel - CYJB/Cyjb GitHub Wiki

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) 为泛型集合提供基类。
 
⚠️ **GitHub.com Fallback** ⚠️