<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Collections.Specialized.BitVector32

public struct BitVector32
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)