[Mono-list] Array.GetEnumerator()

Jason Diamond jason@injektilo.org
Fri, 8 Mar 2002 10:07:56 -0800


> > Notice I had to put in a version count in all the mutators. I hope this
> > doesn't mess up anything anyone else is working on.
>
> Huch, what is this good for ?

Here's a great article about writing collections and enumerators and why
you'd use a version count:

http://www.codeguru.com/cs_collections/enumeration.html

Jason