Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Delegate ByteSourceCallback

    Delegate for IByteSource callback functions.

    Namespace: FellowOakDicom.IO
    Assembly: fo-dicom.core.dll
    Syntax
    public delegate void ByteSourceCallback(IByteSource source, object state);
    Parameters
    Type Name Description
    IByteSource source

    Byte source.

    System.Object state

    Callback state.

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors