Search Results for

    Show / Hide Table of Contents

    Class BitList

    Inheritance
    Object
    BitList
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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>
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors