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/RoleManagerSection.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Configuration_2.0/RoleManagerSection.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.Web/System.Web.Configuration_2.0/RoleManagerSection.cs b/mcs/class/System.Web/System.Web.Configuration_2.0/RoleManagerSection.cs
index 999296e65bf..5d6c398576e 100644
--- a/mcs/class/System.Web/System.Web.Configuration_2.0/RoleManagerSection.cs
+++ b/mcs/class/System.Web/System.Web.Configuration_2.0/RoleManagerSection.cs
@@ -85,8 +85,7 @@ namespace System.Web.Configuration {
domainProp = new ConfigurationProperty ("domain", typeof (string));
enabledProp = new ConfigurationProperty ("enabled", typeof (bool), false);
maxCachedResultsProp = new ConfigurationProperty ("maxCachedResults", typeof (int), 25);
- providersProp = new ConfigurationProperty ("providers", typeof (ProviderSettingsCollection), null,
- null, null, ConfigurationPropertyOptions.None);
+ providersProp = new ConfigurationProperty ("providers", typeof (ProviderSettingsCollection));
properties = new ConfigurationPropertyCollection ();
properties.Add (cacheRolesInCookieProp);