M_Cyjb_Collections_BitList_AddRange_3 - CYJB/Cyjb GitHub Wiki

BitList.AddRange 方法 (IEnumerable(UInt32))

将指定集合的元素添加到 BitList 的末尾。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public BitList AddRange(
	IEnumerable<uint> collection
)

参数

 

collection
Type: System.Collections.Generic.IEnumerable(UInt32)
一个集合,其元素应被添加到 BitList 的末尾, 其中每个整数表示 32 个连续位。

返回值

Type: BitList
当前 BitList 集合。

Exceptions

 

异常 条件
ArgumentNullException collectionnull

参见

Reference

BitList 类
AddRange 重载
Cyjb.Collections 命名空间

⚠️ **GitHub.com Fallback** ⚠️