Delegate ForExpression.LoopBuilder.Condition
Represents constructor of loop condition.
Namespace: DotNext.Linq.Expressions
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression ForExpression.LoopBuilder.Condition(ParameterExpression loopVar)
Parameters
Type | Name | Description |
---|---|---|
ParameterExpression | loopVar | The loop variable. |
Returns
Type | Description |
---|---|
Expression | The condition of loop continuation. Must be of type bool. |