BitVector32 public struct BitVector32 Documentation public struct Section public int Data { get; } public bool this[int bit] { get; set; } public int this[Section section] { get; set; } public BitVector32(int data) public BitVector32(BitVector32 value) public static int CreateMask() public static int CreateMask(int previous) public static Section CreateSection(short maxValue) public static Section CreateSection(short maxValue, Section previous) public static string ToString(BitVector32 value)