ExpressionBuildingEventArgsRegisteredServiceType Property

Simple Injector

Note: This API is now obsolete.

Gets the registered service type that is currently requested.

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

[ObsoleteAttribute("Please use KnownImplementationType instead. See https://simpleinjector.org/depr3. Will be removed in version 5.0.", 
	true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Type RegisteredServiceType { get; }

Property Value

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

Reference