skonves has uploaded a patch.
Description:
Updated MRefBuilder: implemented IEnumerable<T> interfaces on each list class and implemented IEnumerator<T> on each list classes' internal enumerator struct. The original GetEnumerator() methods on each list class are now explicit implementations of the non-generic IEnumerable interface.
This allows the usage of Linq extension methods with all list classes defined in ListTemplate.cs.