Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Configuration_2.0/UrlMappingsSection.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Configuration_2.0/UrlMappingsSection.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.Web/System.Web.Configuration_2.0/UrlMappingsSection.cs b/mcs/class/System.Web/System.Web.Configuration_2.0/UrlMappingsSection.cs
index e6d6da9c6d5..71f390e6363 100644
--- a/mcs/class/System.Web/System.Web.Configuration_2.0/UrlMappingsSection.cs
+++ b/mcs/class/System.Web/System.Web.Configuration_2.0/UrlMappingsSection.cs
@@ -44,8 +44,7 @@ namespace System.Web.Configuration {
static UrlMappingsSection ()
{
enabledProp = new ConfigurationProperty ("enabled", typeof (bool), true);
- urlMappingsProp = new ConfigurationProperty ("", typeof (UrlMappingCollection), null,
- null, null, ConfigurationPropertyOptions.IsDefaultCollection);
+ urlMappingsProp = new ConfigurationProperty ("", typeof (UrlMappingCollection), null, ConfigurationPropertyOptions.IsDefaultCollection);
properties = new ConfigurationPropertyCollection ();
properties.Add (enabledProp);