Click or drag to resize

FilterAdapterCollectionInsertItem Method

Inserts an element into the CollectionT the specified index.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected override void InsertItem(
	int index,
	IFilterAdapter item
)
View Source

Parameters

index  Int32
The zero-based index at which item should be inserted.
item  IFilterAdapter
The IAdapter implementation to insert.
See Also