Class BitList
Inherited Members
Namespace: Dicom.Imaging.Mathematics
Assembly: cs.temp.dll.dll
Syntax
public class BitList
Constructors
BitList()
Declaration
public BitList()
Properties
Array
Declaration
public byte[] Array { get; }
Property Value
Type | Description |
---|---|
Byte[] |
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Item[Int32]
Declaration
public bool this[int pos] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | pos |
Property Value
Type | Description |
---|---|
Boolean |
List
Declaration
public List<byte> List { get; }
Property Value
Type | Description |
---|---|
List<Byte> |