openPDC Synchrophasor Help
InsertItem Method (index, item)
NamespacesTVA.PhasorProtocolsChannelDefinitionCollectionBase<(Of <(<'T>)>)>InsertItem(Int32, T)
Inserts an element into the ChannelDefinitionCollectionBase<(Of <(<'T>)>)> at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void InsertItem(
	int index,
	T item
)
Protected Overridable Sub InsertItem ( _
	index As Integer, _
	item As T _
)
protected:
virtual void InsertItem(
	int index, 
	T item
)
Parameters
index (Int32)
The zero-based index at which item should be inserted.
item (T)
The object to insert.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0