Variable ForeachType.isRef

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