Click or drag to resize

DelegatePropertySelector.InjectProperty Method

Provides filtering to determine if property should be injected.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public bool InjectProperty(
	PropertyInfo property,
	Object instance
)

Parameters

property
Type: System.Reflection.PropertyInfo

[Missing <param name="property"/> documentation for "M:Autofac.Core.DelegatePropertySelector.InjectProperty(System.Reflection.PropertyInfo,System.Object)"]

instance
Type: System.Object
Instance that has the property to be injected.

Return Value

Type: Boolean
Whether property should be injected.

Implements

IPropertySelector.InjectProperty(PropertyInfo, Object)
See Also