[]
Represents a strongly typed collection of ReportItem objects.
public sealed class DataRowCollection : Collection<DataRow>, IList<DataRow>, ICollection<DataRow>, IList, ICollection, IReadOnlyList<DataRow>, IReadOnlyCollection<DataRow>, IEnumerable<DataRow>, IEnumerable
Name | Description |
---|---|
DataRowCollection() | Initializes a new instance of the DataRowCollection class. |