[Mono-bugs] [Bug 43852][Nor] New - dequeue shoulds remove the item
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 29 May 2003 04:57:31 -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 juancri@tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=43852
--- shadow/43852 Thu May 29 04:57:30 2003
+++ shadow/43852.tmp.3226 Thu May 29 04:57:30 2003
@@ -0,0 +1,32 @@
+Bug#: 43852
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: juancri@tagnet.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: dequeue shoulds remove the item
+
+The System.Collections.Queue.Dequeue() method shoulds remove the item from
+its internal array.
+
+http://msdn.microsoft.com/library/en-
+us/cpref/html/frlrfSystemCollectionsQueueClassDequeueTopic.asp?frame=true
+
+Now, it's not deleting the item.. it just move forward an internal
+counter. Why?
+
+I need to use a large queue and the data is allways there... it needs to
+destroy past items.
+
+Thanks,
+JuanCri