M_Cyjb_Collections_BitList_FillAll - CYJB/Cyjb GitHub Wiki
将所有位填充为指定的值。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public BitList FillAll(
bool value
)
- value
- Type: System.Boolean
要填充的值。