* OrderedDictionary.cs: IsReadOnly, indexers, Keys and Values should
commitc5825c88a16aea494ff097174243507a68235baf
authorGert Driesen <drieseng@users.sourceforge.net>
Mon, 2 Oct 2006 18:35:51 +0000 (2 18:35 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Mon, 2 Oct 2006 18:35:51 +0000 (2 18:35 -0000)
tree0147e21fbf7c05eadaf92b83ee5416c409064fd8
parent08d58178ffe39f06f8a403519250a82baa2e8e6a
* OrderedDictionary.cs: IsReadOnly, indexers, Keys and Values should
not be virtual.
* SortedList.cs: Count property, indexer and Clear method should not
be virtual. Removed unnecessary explicit interface implementation of
Add (TKey, TValue) and Remove (TKey, TValue).
* Queue.cs: Marked Enumerator as Serializable.
* Stack.cs: Marked Stack <T> and Enumerator as serializable.

svn path=/trunk/mcs/; revision=66168
mcs/class/System/System.Collections.Generic/ChangeLog
mcs/class/System/System.Collections.Generic/Queue.cs
mcs/class/System/System.Collections.Generic/SortedList.cs
mcs/class/System/System.Collections.Generic/Stack.cs
mcs/class/System/System.Collections.Specialized/ChangeLog
mcs/class/System/System.Collections.Specialized/OrderedDictionary.cs