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/ExpressionBuilder.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Configuration_2.0/ExpressionBuilder.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/System.Web/System.Web.Configuration_2.0/ExpressionBuilder.cs b/mcs/class/System.Web/System.Web.Configuration_2.0/ExpressionBuilder.cs
index f2118378b2d..fdb8a0566cc 100644
--- a/mcs/class/System.Web/System.Web.Configuration_2.0/ExpressionBuilder.cs
+++ b/mcs/class/System.Web/System.Web.Configuration_2.0/ExpressionBuilder.cs
@@ -79,12 +79,6 @@ namespace System.Web.Configuration {
set { base[typeProp] = value; }
}
- internal Type TypeInternal {
- get {
- return System.Type.GetType (this.Type, true);
- }
- }
-
protected override ConfigurationPropertyCollection Properties {
get { return properties; }
}