public List<int> Steps { get; }
Public ReadOnly Property Steps As List(Of Integer) Get
public: property List<int^>^ Steps { List<int^>^ get (); }