SnippetLoopScope

Members

Variables

iterator
string iterator;

Best variable to iterate over or null if none was found

numItems
int numItems;

Number of keys to iterate over

stringIterator
bool stringIterator;

true if we know we are iterating over a string (possibly needing unicode decoding) or false otherwise

supported
bool supported;

true if an loop expression can be inserted at this point

type
string type;

Explicit type to use when iterating or null if none is known

Meta