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>2018-08-03 13:07:42 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-08-03 13:07:42 +0300
commitde90d4420a03b7d5057a80967f2079336d5b4ecd (patch)
tree800dc0c8845f46e4bcdad8d5397cff62b233d811
parent971d924a3b97d93bc4f50c9900577ff7a24c8fc5 (diff)
Apply changes from https://github.com/mono/mono/pull/9856 to API snapshot
-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 b9720a3..34953c6 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -10979,7 +10979,6 @@ namespace System.Reflection
public override string ToString() { throw null; }
}
[System.FlagsAttribute]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum ExceptionHandlingClauseOptions
{
Clause = 0,
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index a65776a..cc96ac4 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -10950,7 +10950,6 @@ namespace System.Reflection
public override string ToString() { throw null; }
}
[System.FlagsAttribute]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum ExceptionHandlingClauseOptions
{
Clause = 0,
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 3018e75..7349839 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -11034,7 +11034,6 @@ namespace System.Reflection
public override string ToString() { throw null; }
}
[System.FlagsAttribute]
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum ExceptionHandlingClauseOptions
{
Clause = 0,