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