InjectionConsumerInfoImplementationType Property

Simple Injector
Gets the implementation type of the consumer of the component that should be created.

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

public Type ImplementationType { get; }

Property Value

Type: Type
The implementation type.
See Also

Reference