Click or drag to resize

BoundConstructorForBindSuccess Method

Initializes a new instance of the BoundConstructor class for a successful bind.

Namespace:  Autofac.Core.Activators.Reflection
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static BoundConstructor ForBindSuccess(
	ConstructorBinder binder,
	Func<Object[], Object> factory,
	Func<Object>[] valueRetrievers
)

Parameters

binder
Type: Autofac.Core.Activators.ReflectionConstructorBinder
The binder that generated this binding.
factory
Type: SystemFuncObject, Object
The instance factory.
valueRetrievers
Type: SystemFuncObject
The set of value-retrieval functions.

Return Value

Type: BoundConstructor

[Missing <returns> documentation for "M:Autofac.Core.Activators.Reflection.BoundConstructor.ForBindSuccess(Autofac.Core.Activators.Reflection.ConstructorBinder,System.Func{System.Object[],System.Object},System.Func{System.Object}[])"]

See Also