Delegate ByteSourceCallback
- Namespace
- FellowOakDicom.IO
- Assembly
- fo-dicom.core.dll
Delegate for IByteSource callback functions.
public delegate void ByteSourceCallback(IByteSource source, object state)
Parameters
sourceIByteSourceByte source.
stateobjectCallback state.
- Extension Methods