Click or drag to resize

SignalCollection.AddSignals Method (IEnumerable<Signal>)

Creates a new SignalCollection by adding signals.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public SignalCollection AddSignals(
	IEnumerable<Signal> signals
)

Parameters

signals
Type: System.Collections.Generic.IEnumerable<Signal>
A set of signals to add.

Return Value

Type: SignalCollection
The new collection of signals.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when signals is null, or when any of the contained signals is null.
See Also