Bugzilla – Bug 316534
[GMCS] Array.Resize arguments not infered
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by bmaurer@users.sf.net 2004-11-25 12:55:34 MST ---- using System; class X { static void Main () { int [] foo = null; Array.Resize (ref foo, 10); } } [benm@omega benm]$ gmcs arr-resize.cs ALPHA SOFTWARE: Mono C# Compiler 1.1.2.0 for Generics arr-resize.cs(7) error CS0411: The type arguments for method `Resize' cannot be infered from the usage. Try specifying the type arguments explicitly. Compilation failed: 1 error(s), 0 warnings ---- Additional Comments From martin@ximian.com 2004-11-25 16:08:23 MST ---- Fixed in SVN. Unknown operating system unknown. Setting to default OS "Other".