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