|
ReportingProcessCollectionInsertItem Method
|
Inserts an element into the
CollectionT at the specified index.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function InsertItem(index, item);
View SourceParameters
- index Int32
- The zero-based index at which item should be inserted.
- item IReportingProcess
- The object to insert. The value can be null for reference types.
Exceptions See Also