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: