System.Collections.Specialized.BitVector32 public struct BitVector32 Documentation public struct Section public int Data { get; } public int this[Section section] { get; set; } public bool this[int bit] { get; set; } public BitVector32(BitVector32 value) public BitVector32(int data) 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)