Methods_T_Cyjb_Collections_ObjectModel_CollectionBase_1 - CYJB/Cyjb GitHub Wiki
The CollectionBase(T) generic type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() |
Add | 将指定对象添加到当前集合中。 |
![]() |
AddItem | 将指定对象添加到当前集合中。 |
![]() |
Clear | 从当前集合中移除所有元素。 |
![]() |
Contains | 确定当前集合是否包含指定对象。 |
![]() |
CopyTo | 从特定的 Array 索引处开始,将当前集合 的元素复制到一个 Array 中。 |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
![]() |
GetEnumerator | 返回一个循环访问集合的枚举器。 |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetSyncRoot | 获取一个可用于同步对当前集合的访问的对象。 |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
![]() |
Remove | 从当前集合中移除特定对象的第一个匹配项。 |
![]() |
ToString | Returns a string that represents the current object. (继承自 Object。) |
名称 | 说明 | |
---|---|---|
![]() |
AddRange(T) | 将指定集合的元素添加到当前集合中。 (由 CollectionUtil 定义。) |
![]() |
AsReadOnly(T) | 返回当前集合的只读包装。 (由 CollectionUtil 定义。) |
![]() |
IsDistinct(T) | 判断序列中是否不包含重复元素。 (由 EnumerableUtil 定义。) |