Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Apply changes from mono/mono#14867 to API snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
monojenkins committed Jun 7, 2019
1 parent b406a52 commit 4beba23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiles/monodroid/mscorlib.cs
Expand Up @@ -11348,6 +11348,7 @@ public enum MethodAttributes
Virtual = 64,
VtableLayoutMask = 256,
}
[System.SerializableAttribute]
public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
Expand Down Expand Up @@ -11422,6 +11423,7 @@ public enum MethodImplAttributes
Synchronized = 32,
Unmanaged = 4,
}
[System.SerializableAttribute]
public abstract partial class MethodInfo : System.Reflection.MethodBase
{
protected MethodInfo() { }
Expand Down
2 changes: 2 additions & 0 deletions profiles/monotouch/mscorlib.cs
Expand Up @@ -11349,6 +11349,7 @@ public enum MethodAttributes
Virtual = 64,
VtableLayoutMask = 256,
}
[System.SerializableAttribute]
public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
Expand Down Expand Up @@ -11423,6 +11424,7 @@ public enum MethodImplAttributes
Synchronized = 32,
Unmanaged = 4,
}
[System.SerializableAttribute]
public abstract partial class MethodInfo : System.Reflection.MethodBase
{
protected MethodInfo() { }
Expand Down
2 changes: 2 additions & 0 deletions profiles/net_4_x/mscorlib.cs
Expand Up @@ -11382,6 +11382,7 @@ public enum MethodAttributes
Virtual = 64,
VtableLayoutMask = 256,
}
[System.SerializableAttribute]
public abstract partial class MethodBase : System.Reflection.MemberInfo
{
protected MethodBase() { }
Expand Down Expand Up @@ -11456,6 +11457,7 @@ public enum MethodImplAttributes
Synchronized = 32,
Unmanaged = 4,
}
[System.SerializableAttribute]
public abstract partial class MethodInfo : System.Reflection.MethodBase
{
protected MethodInfo() { }
Expand Down

0 comments on commit 4beba23

Please sign in to comment.