I have a class which contains an array as a core collection of
data. I want to pass an instance of this class to a foreach loop
and iterate through the enclosed array. How do i do this? I've
asked this before and got an answer but i can't find anything now.
- How to iterate using foreach on a class? Gary Willoughby
- Re: How to iterate using foreach on a class? simendsjo
- Re: How to iterate using foreach on a class? Gary Willoughby
- Re: How to iterate using foreach on a class? Gary Willoughby
- Re: How to iterate using foreach on a class? Jonathan M Davis
- Re: How to iterate using foreach on a class? Gary Willoughby
- Re: How to iterate using foreach on a class? simendsjo
- Re: How to iterate using foreach on a class? John Colvin
- Re: How to iterate using foreach on a class? Dmitry Olshansky
- Re: How to iterate using foreach on a cl... Ali Çehreli