Open sandboxFocus

Method Build

Build(ServiceProvider<TService>)

Builds a ServiceProvider<TBase> by applying all registered build actions to an initial provider.

Declaration
public ServiceProvider<TService> Build(ServiceProvider<TService> initial)
Parameters
Type Name Description
ServiceProvider<TService> initial

The initial service provider to build upon.

Returns
Type Description
ServiceProvider<TService>

A new service provider with all registered services.