Jelajahi Sumber

2007-11-23 Marek Habersack <[email protected]>

	* TagPrefixCollection.cs: changed the collection type to
	BasicMap.

svn path=/trunk/mcs/; revision=90232
Marek Habersack 18 tahun lalu
induk
melakukan
41e1573a15

+ 3 - 0
mcs/class/System.Web/System.Web.Configuration_2.0/ChangeLog

@@ -1,5 +1,8 @@
 2007-11-23  Marek Habersack  <[email protected]>
 
+	* TagPrefixCollection.cs: changed the collection type to
+	BasicMap.
+
 	* ProfileSection.cs: added missing Properties property, added a
 	static constructor to create property descriptors. Use property
 	descriptors in property accessors.

+ 1 - 1
mcs/class/System.Web/System.Web.Configuration_2.0/TagPrefixCollection.cs

@@ -36,7 +36,7 @@ using System.Configuration;
 
 namespace System.Web.Configuration
 {
-	[ConfigurationCollection (typeof (TagPrefixInfo), CollectionType = ConfigurationElementCollectionType.AddRemoveClearMap)]
+	[ConfigurationCollection (typeof (TagPrefixInfo), CollectionType = ConfigurationElementCollectionType.BasicMap)]
 	public sealed class TagPrefixCollection : ConfigurationElementCollection
 	{
 		static ConfigurationPropertyCollection properties;