openPDC Synchrophasor Help
RemoveItem Method (index)
NamespacesTVA.PhasorProtocolsChannelValueCollectionBase<(Of <(<'TDefinition, TValue>)>)>RemoveItem(Int32)
Removes the element at the specified index of the ChannelValueCollectionBase<(Of <(<'TDefinition, TValue>)>)>.
Declaration Syntax
C#Visual BasicVisual C++
protected override void RemoveItem(
	int index
)
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)
protected:
virtual void RemoveItem(
	int index
) override
Parameters
index (Int32)
The zero-based index of the element to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero. -or- index is equal to or greater than Count.

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