* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System / System.Configuration / AppSettingsReader.cs
index 7a0bd6ef5dff7a556ba5159e668a4887b9b1acb6..57aa6b19880683f76b923e984e4d92e4fc3d81eb 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if CONFIGURATION_DEP
+extern alias PrebuiltSystem;
+using NameValueCollection = PrebuiltSystem.System.Collections.Specialized.NameValueCollection;
+#endif
+
 using System.Reflection;
 using System.Collections.Specialized;