Click or drag to resize

RegistrationBuilderForTypeTImplementer Method

Creates a registration builder for the provided type.

Namespace:  Autofac.Builder
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static IRegistrationBuilder<TImplementer, ConcreteReflectionActivatorData, SingleRegistrationStyle> ForType<TImplementer>()

Type Parameters

TImplementer
Implementation type to register.

Return Value

Type: IRegistrationBuilderTImplementer, ConcreteReflectionActivatorData, SingleRegistrationStyle
A registration builder.
See Also