Class BitList
Inheritance
System.Object
BitList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging.Mathematics
Assembly: fo-dicom.core.dll
Syntax
public class BitList
Constructors
BitList()
Declaration
public BitList()
Properties
Array
Declaration
public byte[] Array { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item[Int32]
Declaration
public bool this[int pos] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pos |
Property Value
Type | Description |
---|---|
System.Boolean |
List
Declaration
public List<byte> List { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Byte> |