Click or drag to resize

PointScattererLinkPathFind Method

Searches the link path for an IServiceProvider that matches the conditions defined by the supplied predicate and returns the first occurrence.

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

Parameters

match
Type: SystemPredicateIServiceProvider
The IServiceProvider predicate.

Return Value

Type: IServiceProvider
The first IServiceProvider which matches the conditions defined by the supplied predicate, or if no match is found.
See Also