'Declaration
Public ReadOnly Property ParentAttributes As List(Of DicomAttribute)
'Usage
Dim 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(); }