Interface IContainerPipeline
Container pipeline is used to add dependencies and compose a container
Namespace: Onbox.Abstractions.V8
Assembly: Onbox.Abstractions.dll
Syntax
public interface IContainerPipeline
Methods
| Improve this Doc View SourcePipe(IContainer)
Adds dependencies to the container and returns it
Declaration
IContainer Pipe(IContainer container)
Parameters
Type | Name | Description |
---|---|---|
IContainer | container |
Returns
Type | Description |
---|---|
IContainer |