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