Click or drag to resize

ContainerAsyncInitializerBaseTFrom, TTo, TContainerContainerStrategy Property

Gets or sets the dependency injection container strategy.

Namespace:  Ditto.AsyncInit.Services
Assembly:  Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax
public abstract TContainer ContainerStrategy { get; set; }

Property Value

Type: TContainer
Container strategy.
See Also