DecoratorContextExpression Property

Simple Injector
Gets the current Expression object that describes the intention to create a new instance with its currently applied decorators.

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

public Expression Expression { get; }

Property Value

Type: Expression
The current expression that is about to be decorated.
See Also

Reference