In the October tech preview of Visual C#, there was an interesting change to the definition of Systems.Collections.Generic.IEnumerable<T> -- the generic interface for enumeration. Now, it inherits from the non-generic interface, System.Collections.IEnumerable.
Read More...