InstanceProducerServiceType Property

Simple Injector
Gets the service type for which this producer produces instances.

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

public Type ServiceType { get; }

Property Value

Type: Type
A Type instance.
See Also

Reference