|
1
11
|
|
|
2
2
另外,您可能希望考虑使用BitArray类(System.Collections.BitArray)。它有一个SetAll方法,可以将所有位设置为true或false:
|