Method | Description | |
---|---|---|
GeneratorExpressionLoop ( ) : System | ||
GeneratorExpressionLoop ( int pos ) : System | ||
GeneratorExpressionLoop ( int pos, int len ) : System | ||
IsForEach ( ) : bool |
Returns whether the loop is a for-each loop
|
|
SetIsForEach ( bool isForEach ) : void |
Sets whether the loop is a for-each loop
|
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits the iterator expression and the iterated object expression. Visits the iterator expression and the iterated object expression. There is no body-expression for this loop type. |
public GeneratorExpressionLoop ( int pos ) : System | ||
pos | int | |
return | System |
public GeneratorExpressionLoop ( int pos, int len ) : System | ||
pos | int | |
len | int | |
return | System |
public SetIsForEach ( bool isForEach ) : void | ||
isForEach | bool | |
return | void |