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-06-07 14:02:40 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-06-07 14:02:40 +0300
commit9943f907695a699e3ba3a2fa9face5e164ae0cd4 (patch)
treee70fd1623c3fe556ca8df2a0010cc2d39d1dc415
parent07ca7f4cae58fac43626c883b66c575c806b6ef8 (diff)
Apply changes from https://github.com/mono/mono/pull/14863 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, 6 insertions, 0 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 77bbbfa..d48b841 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -11348,6 +11348,7 @@ namespace System.Reflection
Virtual = 64,
VtableLayoutMask = 256,
}
+ [System.SerializableAttribute]
public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
@@ -11422,6 +11423,7 @@ namespace System.Reflection
Synchronized = 32,
Unmanaged = 4,
}
+ [System.SerializableAttribute]
public abstract partial class MethodInfo : System.Reflection.MethodBase
{
protected MethodInfo() { }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 7fd1932..330746c 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -11349,6 +11349,7 @@ namespace System.Reflection
Virtual = 64,
VtableLayoutMask = 256,
}
+ [System.SerializableAttribute]
public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
@@ -11423,6 +11424,7 @@ namespace System.Reflection
Synchronized = 32,
Unmanaged = 4,
}
+ [System.SerializableAttribute]
public abstract partial class MethodInfo : System.Reflection.MethodBase
{
protected MethodInfo() { }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index f25752a..79abcd5 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -11382,6 +11382,7 @@ namespace System.Reflection
Virtual = 64,
VtableLayoutMask = 256,
}
+ [System.SerializableAttribute]
public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
@@ -11456,6 +11457,7 @@ namespace System.Reflection
Synchronized = 32,
Unmanaged = 4,
}
+ [System.SerializableAttribute]
public abstract partial class MethodInfo : System.Reflection.MethodBase
{
protected MethodInfo() { }