Bugzilla – Bug 317383
[GMCS] Arrays don't implement IEnumerable<T>
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by o.lauffenburger@topsolid.com 2005-03-04 05:43:59 MST ---- When compiling the 2 following lines with gmcs version 1.1.3.0 : string[] array = new string[10]; System.Collections.Generic.IEnumerable<string> enumer = array; the error "error CS0029: Cannot convert implicitly from `string[]' to `System.Collections.Generic.IEnumerable`1'" occurs. This does not happen with the Microsoft C# compiler. ---- Additional Comments From o.lauffenburger@topsolid.com 2005-03-04 05:45:00 MST ---- Created an attachment (id=167537) Source file exhibiting the bug Imported an attachment (id=167537)