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