Click or drag to resize

ParentExtension Constructor (IServiceProvider)

Initializes a new instance based on a given parent.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ParentExtension(
	IServiceProvider parent
)

Parameters

parent
Type: System.IServiceProvider
The parent object for the owner of this extension.
See Also