You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@ -31,6 +31,8 @@
|
||||
using System.Reflection;
|
||||
using System.Collections.Specialized;
|
||||
|
||||
#pragma warning disable 618
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
public class AppSettingsReader
|
||||
|
@ -34,6 +34,8 @@ using System.Collections.Specialized;
|
||||
using System.Xml;
|
||||
#endif
|
||||
|
||||
#pragma warning disable 618
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
class ConfigHelper
|
||||
|
@ -37,6 +37,8 @@ using System.Security.Permissions;
|
||||
#if (XML_DEP)
|
||||
using System.Xml;
|
||||
|
||||
#pragma warning disable 618
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
[PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
|
||||
|
@ -43,6 +43,8 @@ using System.Xml;
|
||||
using System.Xml.XPath;
|
||||
#endif
|
||||
|
||||
#pragma warning disable 618
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
public sealed class ConfigurationSettings
|
||||
|
@ -37,6 +37,8 @@ using System.Xml;
|
||||
using XmlNode = System.Object;
|
||||
#endif
|
||||
|
||||
#pragma warning disable 618
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
public class NameValueFileSectionHandler : IConfigurationSectionHandler
|
||||
|
@ -40,7 +40,12 @@ namespace System.Configuration
|
||||
#endif
|
||||
{
|
||||
#if XML_DEP
|
||||
XmlNode node, original;
|
||||
XmlNode node;
|
||||
|
||||
#if (CONFIGURATION_DEP)
|
||||
XmlNode original;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
[MonoTODO]
|
||||
|
@ -36,6 +36,8 @@ using System.Xml;
|
||||
using XmlNode = System.Object;
|
||||
#endif
|
||||
|
||||
#pragma warning disable 618
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user