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 fist occurrence.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.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 null if no match is found.
See Also