ExpressionBuiltEventArgsRegisteredServiceType Property

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

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

public Type RegisteredServiceType { get; }

Property Value

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

Reference