Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / System.Configuration / System.Configuration.Internal / IInternalConfigRoot.cs
index 4a10d8cf417d2bcc5db7dc17c9db6371d598ae2e..3ad31067d79fa6dccf0f12e91b9d7118946b625a 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 
 using System;
 
@@ -40,6 +39,7 @@ namespace System.Configuration.Internal
                string GetUniqueConfigPath (string configPath);
                IInternalConfigRecord GetUniqueConfigRecord (string configPath);
                void Init (IInternalConfigHost host, bool isDesignTime);
+               bool IsDesignTime { get; }
                void RemoveConfig (string configPath);
                
                event InternalConfigEventHandler ConfigChanged;
@@ -47,4 +47,3 @@ namespace System.Configuration.Internal
        }
 }
 
-#endif