lengths property
The lengths of the expressions that would be replaced by a reference to
the variable. The lengths correspond to the offsets. In other words, for
a given expression, if the offset of that expression is offsetsi
, then
the length of that expression is lengthsi
.
Implementation
List<int> lengths;