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-18 21:51:43 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-06-18 21:51:43 +0300
commitab844aef5ae5f6b596d1dc9050a7f9fd68aff613 (patch)
tree8858d6fbb78d2c792e2e2060d58230156af1e45c
parent969914a084ac14a7d6c900194f432a5bf0ab2ff5 (diff)
Apply changes from https://github.com/mono/mono/pull/15208 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, 3 insertions, 0 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index d48b841..8ed38b0 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -11630,6 +11630,7 @@ namespace System.Reflection
RTSpecialName = 1024,
SpecialName = 512,
}
+ [System.SerializableAttribute]
public abstract partial class PropertyInfo : System.Reflection.MemberInfo
{
protected PropertyInfo() { }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 330746c..fdc367b 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -11631,6 +11631,7 @@ namespace System.Reflection
RTSpecialName = 1024,
SpecialName = 512,
}
+ [System.SerializableAttribute]
public abstract partial class PropertyInfo : System.Reflection.MemberInfo
{
protected PropertyInfo() { }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 79abcd5..eac82fb 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -11664,6 +11664,7 @@ namespace System.Reflection
RTSpecialName = 1024,
SpecialName = 512,
}
+ [System.SerializableAttribute]
public abstract partial class PropertyInfo : System.Reflection.MemberInfo
{
protected PropertyInfo() { }