BoundConstructorTargetConstructor Property |
Gets the constructor on the target type. The actual constructor used
might differ, e.g. if using a dynamic proxy.
Namespace:
Autofac.Core.Activators.Reflection
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public ConstructorInfo TargetConstructor { get; }
Public ReadOnly Property TargetConstructor As ConstructorInfo
Get
Property Value
Type:
ConstructorInfo[Missing <value> documentation for "P:Autofac.Core.Activators.Reflection.BoundConstructor.TargetConstructor"]
See Also