Remove implementation of ICollection<T> from System.Collections.Generic.Stack<T>...
authorKamil Skalski <kamil@mono-cvs.ximian.com>
Mon, 8 Aug 2005 19:37:46 +0000 (19:37 -0000)
committerKamil Skalski <kamil@mono-cvs.ximian.com>
Mon, 8 Aug 2005 19:37:46 +0000 (19:37 -0000)
commit23049a0b56a739f4b04b7ad37a32fc3a0596566c
tree9957319f39cefc282978343adb1725715f608d55
parente496700e86f6ec0520bc14ec5c71ac3d8ce2df9c
Remove implementation of ICollection<T> from System.Collections.Generic.Stack<T> and Queue<T>, since it is not longer present in MS.NET 2.0 Beta 2.

svn path=/trunk/mcs/; revision=48144
mcs/class/System/System.Collections.Generic/ChangeLog
mcs/class/System/System.Collections.Generic/Queue.cs
mcs/class/System/System.Collections.Generic/Stack.cs