Click or drag to resize

ChildrenExtensionFindDescendants 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: 24.1.418.0 (24.1.418.0)
Syntax
public static IEnumerable<IServiceProvider> FindDescendants(
	IServiceProvider owner
)

Parameters

owner
Type: SystemIServiceProvider
The owner of the IChildrenService.

Return Value

Type: IEnumerableIServiceProvider
An enumerable list of the descendants.
See Also