openPDC Synchrophasor Help
AddRange Method (collection)
NamespacesTVA.PhasorProtocolsChannelCollectionBase<(Of <(<'T>)>)>AddRange(IEnumerable<(Of <<'(T>)>>))
Adds the elements of the specified collection to the end of the ChannelCollectionBase<(Of <(<'T>)>)>.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddRange(
	IEnumerable<T> collection
)
Public Overridable Sub AddRange ( _
	collection As IEnumerable(Of T) _
)
public:
virtual void AddRange(
	IEnumerable<T>^ collection
)
Parameters
collection (IEnumerable<(Of <(<'T>)>)>)
The collection whose elements should be added to the end of the ChannelCollectionBase<(Of <(<'T>)>)>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.

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