Variable ForeachType.isScope

class ForeachType
{
  // ...
  bool isScope;
  // ...
}