[Mono-bugs] [Bug 74981][Wis] New - [2.0]
System.Collections.Generic.Dictionary does not implement .Keys
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 17 15:55:40 EDT 2005
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 grompf at sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74981
--- shadow/74981 2005-05-17 15:55:40.000000000 -0400
+++ shadow/74981.tmp.19456 2005-05-17 15:55:40.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 74981
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: grompf at sublimeintervention.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] System.Collections.Generic.Dictionary does not implement .Keys
+
+In the latest 2.0 beta Dictionary has:
+
+ Dictionary.KeyCollection<TKey, TValue> Keys {get;}
+
+We appear to also be missing KeyCollection.
+
+It may be best for the internal HashKeyCollection to be translated to the new:
+public sealed KeyCollection;
+
+The same holds true for Dictionary.ValueCollection.
+
+-kangaroo
More information about the mono-bugs
mailing list