[Mono-bugs] [Bug 47215][Wis] New - System.Array methods called on implicit arrays generate error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 31 Jul 2003 18:01:54 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by orphennui@yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47215

--- shadow/47215	Thu Jul 31 18:01:54 2003
+++ shadow/47215.tmp.11451	Thu Jul 31 18:01:54 2003
@@ -0,0 +1,21 @@
+Bug#: 47215
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: orphennui@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Array methods called on implicit arrays generate error
+
+Calling any Collections.IList methods on an implicit array (string[])
+generate a compile error.  In this case I was calling Contains().  Compiles
+okay if you explicitly cast to IList.