Summary
Registers the specified builder.
- Assembly
- Rocket
.Surgery .Extensions .Autofac .dll - Namespace
- Rocket
.Surgery .Extensions .Autofac - Containing Type
- CustomRegistration
Syntax
public static void Register(ContainerBuilder builder, IEnumerable<ServiceDescriptor> descriptors, string tag)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | ContainerBuilder | The builder. |
| descriptors | IEnumerable |
The descriptors. |
| tag | string | The tag. |
Return Value
| Type | Description |
|---|---|
| void |
