protected IList<T> Items { get; }
Protected ReadOnly Property Items As IList(Of T) Get
protected: property IList<T>^ Items { IList<T>^ get (); }
member Items : IList<'T> with get
In This Article