Overload_Cyjb_Collections_BitList_AddRange - CYJB/Cyjb GitHub Wiki
将指定集合的元素添加到 BitList 的末尾。
名称 | 说明 | |
---|---|---|
![]() |
AddRange(IEnumerable(Boolean)) | 将指定集合的元素添加到 BitList 的末尾。 |
![]() |
AddRange(IEnumerable(Byte)) | 将指定集合的元素添加到 BitList 的末尾。 |
![]() |
AddRange(IEnumerable(Int32)) | 将指定集合的元素添加到 BitList 的末尾。 |
![]() |
AddRange(IEnumerable(UInt32)) | 将指定集合的元素添加到 BitList 的末尾。 |
![]() |
AddRange(Int32, Boolean) | 将指定长度的值添加到 BitList 的末尾。 |