BoundConstructorForBindSuccess Method |
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
)
Public Shared Function ForBindSuccess (
binder As ConstructorBinder,
factory As Func(Of Object(), Object),
valueRetrievers As Func(Of Object)()
) As BoundConstructor
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