Click or drag to resize

IPropertySelector Interface

Finds suitable properties to inject.

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

The IPropertySelector type exposes the following members.

Methods
  NameDescription
Public methodInjectProperty
Provides filtering to determine if property should be injected.
Top
See Also