andrewducker |
Thu 2011-03-17 11:03 |
Yeah - this is much easier in C#, where all of the built in collection types support IEnumerable, and if you were creating a new collection type then not supporting IEnumerable would be a bit silly.
(And yes, I know that C# isn't suitable for all sorts of things.) |
|