Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace : DicomMatchDelegate<T1> Delegate |
public delegate void DicomMatchDelegate<T1>( T1 obj, DicomDataSet ds )
'Declaration Public Delegate Sub DicomMatchDelegate(Of T1)( _ ByVal obj As T1, _ ByVal ds As DicomDataSet _ )
'Usage Dim instance As New DicomMatchDelegate(Of T1)(AddressOf HandlerMethod)
generic<typename T1> public delegate void DicomMatchDelegate( T1^ obj, DicomDataSet^ ds )