'Declaration
Public ReadOnly Property Elements As List(Of RelativePathFormatter.Element)
'Usage
Dim instance As RelativePathFormatter Dim value As List(Of RelativePathFormatter.Element) value = instance.Elements
public List<RelativePathFormatter.Element> Elements {get;}
public: property List<RelativePathFormatter.Element^>^ Elements { List<RelativePathFormatter.Element^>^ get(); }