"Jonathan M Davis" <[email protected]> wrote in message news:[email protected]... > > No. That's expected. Your range is a value type, so it got copied when you > used it with foreach.
But foreach isn't a function, it's a flow-control statement.
"Jonathan M Davis" <[email protected]> wrote in message news:[email protected]... > > No. That's expected. Your range is a value type, so it got copied when you > used it with foreach.
But foreach isn't a function, it's a flow-control statement.