Click or drag to resize

ChildrenExtension.FindDescendants Method

Finds the descendants of a given object that has IChildrenService.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static IEnumerable<IServiceProvider> FindDescendants(
	IServiceProvider owner
)

Parameters

owner
Type: System.IServiceProvider
The owner of the IChildrenService.

Return Value

Type: IEnumerable<IServiceProvider>
An enumerable list of the descendants.
See Also