[Mono-bugs] [Bug 672907] ObservableCollection<T>.CopyTo(new T[10, 1], 0) throws RankException, ArgumentException expected
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Mon Feb 21 10:01:13 EST 2011
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=672907
https://bugzilla.novell.com/show_bug.cgi?id=672907#c1
Rodrigo Kumpera <rkumpera at novell.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |rkumpera at novell.com
       InfoProvider|                            |david at dasz.at
--- Comment #1 from Rodrigo Kumpera <rkumpera at novell.com> 2011-02-21 15:01:12 UTC ---
Please prove a test case as the following code fails to compile:
var x = new ObservableCollection<int> ();
x.CopyTo (new int[10, 1], 0);
-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
    
    
More information about the mono-bugs
mailing list