Delegate ForExpression.LoopBuilder.Iteration
Represents constructor of loop iteration.
Namespace: DotNext.Linq.Expressions
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression ForExpression.LoopBuilder.Iteration(ParameterExpression loopVar)
Parameters
Type | Name | Description |
---|---|---|
ParameterExpression | loopVar | The loop variable. |
Returns
Type | Description |
---|---|
Expression | The loop iteration. |