Click or drag to resize

ChildrenExtension Constructor (IEnumerableIServiceProvider)

Initializes a new instance based on a collection of children.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ChildrenExtension(
	IEnumerable<IServiceProvider> children
)

Parameters

children
Type: System.Collections.GenericIEnumerableIServiceProvider
A collection of the children of the Owner of this extension.
See Also