public IEnumerable<Point3> Points { get; }
Public ReadOnly Property Points As IEnumerable(Of Point3) Get
public: property IEnumerable<Point3>^ Points { IEnumerable<Point3>^ get (); }
member Points : IEnumerable<Point3> with get
In This Article