SignalCollectionSelectSignals Method |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SignalCollection SelectSignals(
Predicate<Signal> match
)
Public Function SelectSignals (
match As Predicate(Of Signal)
) As SignalCollection
public:
SignalCollection^ SelectSignals(
Predicate<Signal^>^ match
)
member SelectSignals :
match : Predicate<Signal> -> SignalCollection
Parameters
- match
- Type: SystemPredicateSignal
A delegate defining the conditions on a Signal which will add it to the new collection.
Return Value
Type:
SignalCollectionThe new collection of signals.
Exceptions See Also