lengths property

List<int> lengths
getter/setter pair

The lengths of the expressions or statements that would be replaced by an invocation of the method. The lengths correspond to the offsets. In other words, for a given expression (or block of statements), if the offset of that expression is offsetsi, then the length of that expression is lengthsi.

Implementation

List<int> lengths;