New test.
[mono.git] / mcs / class / System / System.Configuration / AppSettingsReader.cs
index 7a0bd6ef5dff7a556ba5159e668a4887b9b1acb6..4fbff57411b09e2b90bb408ef2f0a02bff4b8b80 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if CONFIGURATION_DEP && !TARGET_JVM
+extern alias PrebuiltSystem;
+using NameValueCollection = PrebuiltSystem.System.Collections.Specialized.NameValueCollection;
+#endif
+
 using System.Reflection;
 using System.Collections.Specialized;