CustomRegistration.

Register(ContainerBuilder, IEnumerable<ServiceDescriptor>, string) Method

Summary

Registers the specified builder.

Syntax

public static void Register(ContainerBuilder builder, IEnumerable<ServiceDescriptor> descriptors, string tag)

Parameters

Name Type Description
builder ContainerBuilder The builder.
descriptors IEnumerable<ServiceDescriptor> The descriptors.
tag string The tag.

Return Value

Type Description
void