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.Compare Namespace > Difference Class : Children Property |
public List<Difference> Children {get;}
'Declaration
Public ReadOnly Property Children As List(Of Difference)
'Usage
Dim instance As Difference Dim value As List(Of Difference) value = instance.Children
public: property List<Difference^>^ Children { List<Difference^>^ get(); }