ConstructorBinderConstructor Property |
Gets the constructor this binder is responsible for binding.
Namespace:
Autofac.Core.Activators.Reflection
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public ConstructorInfo Constructor { get; }
Public ReadOnly Property Constructor As ConstructorInfo
Get
Property Value
Type:
ConstructorInfo[Missing <value> documentation for "P:Autofac.Core.Activators.Reflection.ConstructorBinder.Constructor"]
See Also