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