if I write a foreach statment in C# say:
foreach(String a in veryComplicatedFunction())
{
}
will it calculate veryComplicatedFunction every iteration or only once, and store it somewhere?
Please answer this question if you really KNOW the answer.
Thanks, a lot.
