DependencyMetadataTServiceDependency Property

Simple Injector
Gets the type that the parent depends on (it is injected into the parent).

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public InstanceProducer Dependency { get; }

Property Value

Type: InstanceProducer
The type that the parent depends on.
See Also

Reference