Click or drag to resize

ConfigurationActionBuilderBuild Method

Creates an aggregated action based on the list of actions contained in the builder.

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public Action<ContainerBuilder> Build()

Return Value

Type: ActionContainerBuilder
A ActionT that contains the aggregate set of registered actions that have been added to this builder.
See Also