Click or drag to resize

SignalCollection Constructor (ICollectionSignal)

Create a new instance which consists of a set of 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(
	ICollection<Signal> signals
)

Parameters

signals
Type: System.Collections.GenericICollectionSignal
The set of signals contained in this composite.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when signals is , or when any of the contained signals is .
See Also