Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-03-04 16:59:46 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-04 16:59:46 +0300
commit9c5aa2c4c79b91358812fd2614d3d6cdb763c619 (patch)
tree40c73b186f5d5dcfceaab4665cea7c17ac9135d3 /profiles
parent625750d9e662c2f3cb769d47cdd59ec2010f8751 (diff)
Apply changes from https://github.com/mono/mono/pull/13251 to API snapshot
Diffstat (limited to 'profiles')
-rw-r--r--profiles/monodroid/mscorlib.cs1
-rw-r--r--profiles/monotouch/mscorlib.cs1
-rw-r--r--profiles/net_4_x/mscorlib.cs1
3 files changed, 0 insertions, 3 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 4d207e7..7a2eb0a 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -17588,7 +17588,6 @@ namespace System.Runtime.Remoting
{
public static string ApplicationId { get { throw null; } }
public static string ApplicationName { get { throw null; } set { } }
- [System.MonoTODOAttribute]
public static System.Runtime.Remoting.CustomErrorsModes CustomErrorsMode { get { throw null; } set { } }
public static string ProcessId { get { throw null; } }
[System.ObsoleteAttribute("Use Configure(String,Boolean)")]
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index ff36a36..dfebd59 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -16455,7 +16455,6 @@ namespace System.Runtime.Remoting
{
public static string ApplicationId { get { throw null; } }
public static string ApplicationName { get { throw null; } set { } }
- [System.MonoTODOAttribute]
public static System.Runtime.Remoting.CustomErrorsModes CustomErrorsMode { get { throw null; } set { } }
public static string ProcessId { get { throw null; } }
[System.ObsoleteAttribute("Use Configure(String,Boolean)")]
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 57ec718..bf4cde1 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -17738,7 +17738,6 @@ namespace System.Runtime.Remoting
{
public static string ApplicationId { get { throw null; } }
public static string ApplicationName { get { throw null; } set { } }
- [System.MonoTODOAttribute]
public static System.Runtime.Remoting.CustomErrorsModes CustomErrorsMode { get { throw null; } set { } }
public static string ProcessId { get { throw null; } }
[System.ObsoleteAttribute("Use Configure(String,Boolean)")]