[Mono-bugs] [Bug 79033][Nor] New - ReadOnlyCollectionBase.Count should not be sealed.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 8 12:58:41 EDT 2006


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 ats at cs.rit.edu.

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

--- shadow/79033	2006-08-08 12:58:41.000000000 -0400
+++ shadow/79033.tmp.4422	2006-08-08 12:58:41.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 79033
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Tiger
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: ats at cs.rit.edu               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ReadOnlyCollectionBase.Count should not be sealed.
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+ReadOnlyCollectionBase.Count is a virtual property in the .NET framework 2.0.
+Mono has it sealed:
+
+rtl/Parser.cs(298,27): error CS0239: `oops3.Parser.Rule.Count': cannot override inherited 
+member `System.Collections.ReadOnlyCollectionBase.Count' because it is sealed
+/Library/Frameworks/Mono.framework/Versions/1.1.13.8/lib/mono/2.0/mscorlib.dll: 
+`System.Collections.ReadOnlyCollectionBase.Count', name of symbol related to previous error
+
+Steps to reproduce the problem:
+1. 
+derive a class and override Count. compile.
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list