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.)
no subject
(And yes, I know that C# isn't suitable for all sorts of things.)