[]
Represents the list of the ReportObject objects, in compare with ReportObjectCollection<TItem> this class addes List<T> member containing members.
public abstract class ReportObjectList<TItem> : ReportObjectCollection<TItem>, ICollection<TItem>, IEnumerable<TItem>, IList, ICollection, IEnumerable where TItem : ReportObject
Public MustInherit Class ReportObjectList(Of TItem As ReportObject)
Inherits ReportObjectCollection(Of TItem)
Implements ICollection(Of TItem), IEnumerable(Of TItem), IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| TItem | The type of elements in the collection. |
| Name | Description |
|---|---|
| ReportObjectList() |
| Name | Description |
|---|---|
| Count | Gets the number of elements in the collection. |
| this[int] | Gets the element at the specified index. |