Class BitList
- Namespace
 - FellowOakDicom.Imaging.Mathematics
 
- Assembly
 - fo-dicom.core.dll
 
public class BitList
  - Inheritance
 - 
      
      BitList
 
- Inherited Members
 
- Extension Methods
 
Constructors
BitList()
public BitList()
  Properties
Array
public byte[] Array { get; }
  Property Value
- byte[]
 
Capacity
public int Capacity { get; set; }
  Property Value
this[int]
public bool this[int pos] { get; set; }
  Parameters
posint
Property Value
List
public List<byte> List { get; }