New test.
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ExpressionBuilder.cs
index f2118378b2d472ea557527a60a9533c5ca99d07b..7353b3b25d544b754be5728f582c57023a745b3c 100644 (file)
@@ -59,6 +59,10 @@ namespace System.Web.Configuration {
                        properties.Add (typeProp);
                }
 
+               internal ExpressionBuilder ()
+               {
+               }
+
                public ExpressionBuilder (string expressionPrefix, string theType)
                {
                        this.ExpressionPrefix = expressionPrefix;