KnownRelationshipImplementationType Property

Simple Injector
Gets the implementation type of the parent type of the relationship.

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

public Type ImplementationType { get; }

Property Value

Type: Type
The implementation type of the parent type of the relationship.
See Also

Reference