[]
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
| 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. |