blah blah blah is here! blah blah » Close

0
votes
1 answers

iterator for a generic class, compiler error

I'm trying an iterator on my own collection class. I had no problem with the regular version and now I modified it for generics. Since the modifications are minimal, I am surprised it doesn't compile. Any insights? [code] public cla ...

Feedback