Click or drag to resize

SignalCollectionFind Method

Searches for a signal that matches the conditions defined by the specified predicate, and returns the first occurrence within the collection.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Signal Find(
	Predicate<Signal> match
)

Parameters

match
Type: SystemPredicateSignal
The delegate that defines the conditions of the signal to search for.

Return Value

Type: Signal
The first element that matches the conditions defined by the specified predicate, if found; otherwise BaseSignal.
See Also