Click or drag to resize

SignalCollectionSelectSignals Method

Creates a new SignalCollection by selecting signals based on a predicate.

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 SelectSignals(
	Predicate<Signal> match
)

Parameters

match
Type: SystemPredicateSignal
A delegate defining the conditions on a Signal which will add it to the new collection.

Return Value

Type: SignalCollection
The new collection of signals.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when match is .
See Also