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