Click or drag to resize

ChannelCollectionBaseTAddRange Method

Adds the elements of the specified collection to the end of the ChannelCollectionBaseT.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual void AddRange(
	IEnumerable<T> collection
)
View Source

Parameters

collection  IEnumerableT
The collection whose elements should be added to the end of the ChannelCollectionBaseT. 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.
See Also