ExpressionBuiltEventArgsExpression Property

Simple Injector
Gets or sets the currently registered Expression.

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

public Expression Expression { get; set; }

Property Value

Type: Expression
The current registration.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when the supplied value is a null reference.
See Also

Reference