public Collection<TItem> Items { get; }
Public ReadOnly Property Items As Collection(Of TItem) Get
public: property Collection<TItem>^ Items { Collection<TItem>^ get (); }
member Items : Collection<'TItem> with get
In This Article