Interface IFactoryVisitor
Defines the contract of visiting factory methods.
Namespace: Solti.Utils.DI.Interfaces
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public interface IFactoryVisitor
Methods
Visit(LambdaExpression, AbstractServiceEntry)
Represents a visit step.
Declaration
LambdaExpression Visit(LambdaExpression factory, AbstractServiceEntry entry)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Linq.Expressions.LambdaExpression | factory | |
| AbstractServiceEntry | entry |
Returns
| Type | Description |
|---|---|
| System.Linq.Expressions.LambdaExpression |