public class ReportItemCollection : KeyedCollection<string, ReportItem>, IList<ReportItem>, ICollection<ReportItem>, IList, ICollection, IReadOnlyList<ReportItem>, IReadOnlyCollection<ReportItem>, IEnumerable<ReportItem>, IEnumerable
Public Class ReportItemCollection
Inherits KeyedCollection(Of String, ReportItem)
Implements IList(Of ReportItem), ICollection(Of ReportItem), IList, ICollection, IReadOnlyList(Of ReportItem), IReadOnlyCollection(Of ReportItem), IEnumerable(Of ReportItem), IEnumerable