Click or drag to resize

IConstructorSelector Interface

Selects the best constructor from a set of available constructors.

Namespace:  Autofac.Core.Activators.Reflection
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IConstructorSelector

The IConstructorSelector type exposes the following members.

Methods
  NameDescription
Public methodSelectConstructorBinding
Selects the best constructor from the available constructors.
Top
See Also