Skip to content

Overload_Cyjb_Collections_BitList_AddRange

CYJB edited this page Apr 5, 2022 · 1 revision

BitList.AddRange 方法

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

重载列表

 

名称 说明
公共方法 AddRange(IEnumerable(Boolean)) 将指定集合的元素添加到 BitList 的末尾。
公共方法 AddRange(IEnumerable(Byte)) 将指定集合的元素添加到 BitList 的末尾。
公共方法 AddRange(IEnumerable(Int32)) 将指定集合的元素添加到 BitList 的末尾。
公共方法 AddRange(IEnumerable(UInt32)) 将指定集合的元素添加到 BitList 的末尾。
公共方法 AddRange(Int32, Boolean) 将指定长度的值添加到 BitList 的末尾。
  Back to Top

参见

Reference

BitList 类
Cyjb.Collections 命名空间

Clone this wiki locally