M_Cyjb_Collections_BitList__ctor_5 - CYJB/Cyjb GitHub Wiki

BitList 构造函数 (Int32)

初始化 BitList 类的新实例,该实例可拥有指定的初始容量。

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

语法

C#

public BitList(
	int capacity
)

参数

 

capacity
Type: System.Int32
BitList 最初可以存储的元素数。

Exceptions

 

异常 条件
ArgumentOutOfRangeException capacity 小于 0

参见

Reference

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

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