public List<RSSItem> Items { get; }
Public ReadOnly Property Items As List(Of RSSItem)
public: property List<RSSItem^>^ Items { List<RSSItem^>^ get (); }