public List<string> Parts { get; }
Public ReadOnly Property Parts As List(Of String) Get
public: property List<String^>^ Parts { List<String^>^ get (); }
member Parts : List<string> with get
In This Article