Click or drag to resize

AdapterCollectionBaseTSetItem Method

Assigns a new element to the CollectionT at the specified index.

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

Parameters

index  Int32
The zero-based index for which item should be assigned.
item  T
The IAdapter implementation to assign.
See Also