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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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:
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to