Compiles the supplied expression to a delegate.
Namespace: SimpleInjector.Advanced
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Parameters
- expression
- Type: System.Linq.ExpressionsExpression
The expression to compile.
Return Value
Type: DelegateA Delegate.
See Also