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-12-04 18:47:47 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-12-04 18:47:47 +0300
commitda8bb8c7b970383ce26c9b09ce3689d843a6222e (patch)
tree6701aa1f68f38b0dff75b6c789d1ed39a291e4c3 /profiles
parent3ee07e0a5320df9f7b8fffd03ab70abfc813fdc9 (diff)
Apply changes from https://github.com/mono/mono/pull/11871 to API snapshot
Diffstat (limited to 'profiles')
-rw-r--r--profiles/monodroid/mscorlib.cs5
-rw-r--r--profiles/monotouch/mscorlib.cs5
-rw-r--r--profiles/net_4_x/mscorlib.cs5
3 files changed, 6 insertions, 9 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 5a939a4..0e9b1e5 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -4011,9 +4011,8 @@ namespace System
public System.Reflection.Assembly RequestingAssembly { get { throw null; } }
}
public delegate System.Reflection.Assembly ResolveEventHandler(object sender, System.ResolveEventArgs args);
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RuntimeArgumentHandle
+ public ref partial struct RuntimeArgumentHandle
{
private int _dummyPrimitive;
}
@@ -5159,7 +5158,7 @@ namespace System
[System.CLSCompliantAttribute(false)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypedReference
+ public ref partial struct TypedReference
{
private int _dummyPrimitive;
public override bool Equals(object o) { throw null; }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 320fec7..9ba812c 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -3991,9 +3991,8 @@ namespace System
public System.Reflection.Assembly RequestingAssembly { get { throw null; } }
}
public delegate System.Reflection.Assembly ResolveEventHandler(object sender, System.ResolveEventArgs args);
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RuntimeArgumentHandle
+ public ref partial struct RuntimeArgumentHandle
{
private int _dummyPrimitive;
}
@@ -5139,7 +5138,7 @@ namespace System
[System.CLSCompliantAttribute(false)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypedReference
+ public ref partial struct TypedReference
{
private int _dummyPrimitive;
public override bool Equals(object o) { throw null; }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 0689a64..eb9d960 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -4057,9 +4057,8 @@ namespace System
public System.Reflection.Assembly RequestingAssembly { get { throw null; } }
}
public delegate System.Reflection.Assembly ResolveEventHandler(object sender, System.ResolveEventArgs args);
- [System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct RuntimeArgumentHandle
+ public ref partial struct RuntimeArgumentHandle
{
private int _dummyPrimitive;
}
@@ -5205,7 +5204,7 @@ namespace System
[System.CLSCompliantAttribute(false)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct TypedReference
+ public ref partial struct TypedReference
{
private int _dummyPrimitive;
public override bool Equals(object o) { throw null; }