IExpressionCompilationBehavior Interface

Simple Injector
Defines the container's behavior for compiling expressions into delegates.

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

public interface IExpressionCompilationBehavior

The IExpressionCompilationBehavior type exposes the following members.

Methods

  NameDescription
Public methodCompile
Compiles the supplied expression to a delegate.
Top
See Also

Reference