T_Cyjb_Collections_CollectionUtil - CYJB/Cyjb GitHub Wiki
提供对 ICollection(T) 的扩展方法。
System.Object
Cyjb.Collections.CollectionUtil
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static class CollectionUtil
The CollectionUtil type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() ![]() |
AddRange(T) | 将指定集合的元素添加到当前集合中。 |
![]() ![]() |
AsReadOnly(T) | 返回当前集合的只读包装。 |
![]() ![]() |
Empty(T) | 返回一个空的只读集合。 |