public IList<XYZ> Points { get; }
Public ReadOnly Property Points As IList(Of XYZ) Get
public: property IList<XYZ^>^ Points { IList<XYZ^>^ get (); }
member Points : IList<XYZ> with get