System.Collections.BitArray
public int Count {
get; }
public bool this[
int index] {
get;
set; }
public int Length {
get;
set; }
public BitArray(
int length,
bool defaultValue)
public bool Get(
int index)
public void Set(
int index,
bool value)
public void SetAll(
bool value)