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

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