'DeclarationPublic ReadOnly Property ParentAttributes As List(Of DicomAttribute)
'UsageDim instance As SequencePath Dim value As List(Of DicomAttribute) value = instance.ParentAttributes
public List<DicomAttribute> ParentAttributes {get;}
public: property List<DicomAttribute^>^ ParentAttributes { List<DicomAttribute^>^ get(); }