public IList<XYZ> ControlPoints { get; set; }
Public Property ControlPoints As IList(Of XYZ) Get Set
public: property IList<XYZ^>^ ControlPoints { IList<XYZ^>^ get (); void set (IList<XYZ^>^ value); }