Click or drag to resize

DelegatePropertySelector Constructor

Initializes a new instance of the DelegatePropertySelector class that invokes a delegate to determine selection.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public DelegatePropertySelector(
	Func<PropertyInfo, Object, bool> finder
)

Parameters

finder
Type: SystemFuncPropertyInfo, Object, Boolean
Delegate to determine whether a property should be injected.
See Also