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