public List<T> Values { get; }
Public ReadOnly Property Values As List(Of T) Get
public: property List<T>^ Values { List<T>^ get (); }