qtil
advanced-security/qtil-csharp 0.0.3
Search

Member predicate ForeachStmt::getVariableDeclTuple

Gets the local variable declaration tuple of this foreach loop, if any. For example, (int a, int b) in

foreach ((int a, int b) in items) {
  ...
}
TupleExpr getVariableDeclTuple()