'Declaration Public ReadOnly Property FrameList As List(Of Integer)
'Usage Dim instance As DicomLabel Dim value As List(Of Integer) value = instance.FrameList
public List<int> FrameList {get;}
public: property List<int>^ FrameList { List<int>^ get(); }