Click or drag to resize

SignalCollectionAddSignals Method (IEnumerableSignal)

Creates a new SignalCollection by adding signals.

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

Parameters

signals
Type: System.Collections.GenericIEnumerableSignal
A set of signals to add.

Return Value

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