Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > DicomExtensions Class > Get Method : Get<T>(DicomDataSet,DicomElement) Method |
[ExtensionAttribute()] public static T Get<T>( DicomDataSet ds, DicomElement parent ) where T:
'Declaration
<ExtensionAttribute()> Public Overloads Shared Function Get(Of T As {})( _ ByVal ds As DicomDataSet, _ ByVal parent As DicomElement _ ) As T
'Usage
Dim ds As DicomDataSet Dim parent As DicomElement Dim value As T value = DicomExtensions.Get(Of T)(ds, parent)
[ExtensionAttribute()] public: static T^ Getgeneric<typename T> ( DicomDataSet^ ds, DicomElement^ parent ) where T: