UnregisteredTypeEventArgsUnregisteredServiceType Property

Simple Injector
Gets the unregistered service type that is currently requested.

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

public Type UnregisteredServiceType { get; }

Property Value

Type: Type
The unregistered service type that is currently requested.
See Also

Reference