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-09-06 19:52:06 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-09-06 19:52:06 +0300
commitafbeaab238aac2bc822002f11d7279c42210207e (patch)
tree4a8cc05fd1ebd514c568b3da7cad10ef609ea135
parent940ad1bd2df5718876015619ac9b3fff853a7b08 (diff)
Apply changes from https://github.com/mono/mono/pull/10476 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs2
-rw-r--r--profiles/monotouch/mscorlib.cs2
-rw-r--r--profiles/net_4_x/mscorlib.cs2
3 files changed, 0 insertions, 6 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 2007684..8e196bb 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -10841,8 +10841,6 @@ namespace System.Reflection
public CustomAttributeFormatException(string message) { }
public CustomAttributeFormatException(string message, System.Exception inner) { }
}
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct CustomAttributeNamedArgument
{
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 785ed34..8714aed 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -10812,8 +10812,6 @@ namespace System.Reflection
public CustomAttributeFormatException(string message) { }
public CustomAttributeFormatException(string message, System.Exception inner) { }
}
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct CustomAttributeNamedArgument
{
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 07c9c09..ebd76af 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -10882,8 +10882,6 @@ namespace System.Reflection
public CustomAttributeFormatException(string message) { }
public CustomAttributeFormatException(string message, System.Exception inner) { }
}
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
- [System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct CustomAttributeNamedArgument
{