Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -28,11 +28,6 @@
// 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;

View File

@@ -20,10 +20,6 @@
// Copyright (C) 2005, 2006 Novell, Inc (http://www.novell.com)
//
#if CONFIGURATION_DEP
extern alias PrebuiltSystem;
using NameValueCollection = PrebuiltSystem.System.Collections.Specialized.NameValueCollection;
#endif
#if CONFIGURATION_DEP
using System.IO;
using System.Xml.Serialization;

File diff suppressed because it is too large Load Diff

View File

@@ -32,11 +32,6 @@
// 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;
using System.Collections;
using System.Collections.Specialized;

View File

@@ -29,11 +29,10 @@
#if CONFIGURATION_DEP
extern alias PrebuiltSystem;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Configuration;
using System.Globalization;
using System.IO;
@@ -42,8 +41,6 @@ using System.Security.Cryptography;
using System.Text;
using System.Xml;
using NameValueCollection = PrebuiltSystem.System.Collections.Specialized.NameValueCollection;
namespace System.Configuration
{
// location to store user configuration settings.

View File

@@ -43,6 +43,8 @@ namespace System.Configuration
properties.Add (enabled_prop);
}
internal const UriIdnScope EnabledDefaultValue = UriIdnScope.None;
public IdnElement ()
{
}

View File

@@ -28,10 +28,6 @@
//
#if CONFIGURATION_DEP
#if CONFIGURATION_DEP
extern alias PrebuiltSystem;
using NameValueCollection = PrebuiltSystem.System.Collections.Specialized.NameValueCollection;
#endif
using System;
using System.Collections.Specialized;