Skip to content

M_Cyjb_Collections_BitList__ctor_4

CYJB edited this page Mar 20, 2024 · 13 revisions

BitList 构造函数 (IEnumerable(UInt32))

初始化 BitList 类的新实例,该实例包含从指定集合复制的元素。

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

语法

C#

public BitList(
	IEnumerable<uint> collection
)

参数

 

collection
Type: System.Collections.Generic.IEnumerable(UInt32)
一个集合,其元素被复制到新列表中,其中每个整数表示 32 个连续位。

Exceptions

 

异常 条件
ArgumentNullException collectionnull

参见

Reference

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

Clone this wiki locally