Click or drag to resize

AnyConcreteTypeNotAlreadyRegisteredSource Constructor (FuncType, Boolean)

Initializes a new instance of the AnyConcreteTypeNotAlreadyRegisteredSource class.

Namespace:  Autofac.Features.ResolveAnything
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public AnyConcreteTypeNotAlreadyRegisteredSource(
	Func<Type, bool> predicate
)

Parameters

predicate
Type: SystemFuncType, Boolean
A predicate that selects types the source will register.
See Also