'Declaration Protected ReadOnly Property Points As System.Collections.Generic.List(Of Point)
protected System.Collections.Generic.List<Point> Points { get; }
protected: __property System.Collections.Generic.List<Point*>* get_Points();
protected:
property System.Collections.Generic.List<Point^>^ Points { System.Collections.Generic.List<Point^>^ get(); }