P
puzzlecracker
"Any parameters passed to the method containing the yield block are
added as public fields to the generated enumerator class"
Why does compiler adds these parameters as public fields?
please explain the need for that.
Thanks
added as public fields to the generated enumerator class"
Why does compiler adds these parameters as public fields?
please explain the need for that.
Thanks