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-09-16 12:35:50 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-09-16 12:35:50 +0300
commit34e1a5ded9cd56c982d564a5f61bb21a011d6de4 (patch)
tree89f53062dc6d2bc0d2ee239aefaea2abedca7603
parentbde9312c4c8de548d014bb6050d22104d309a79e (diff)
Apply changes from https://github.com/mono/mono/pull/16324 to API snapshot
-rw-r--r--profiles/net_4_x/mscorlib.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 34413f2..0664669 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -11513,6 +11513,7 @@ namespace System.Reflection
public static bool operator ==(System.Reflection.MethodInfo left, System.Reflection.MethodInfo right) { throw null; }
public static bool operator !=(System.Reflection.MethodInfo left, System.Reflection.MethodInfo right) { throw null; }
void System.Runtime.InteropServices._MethodInfo.GetIDsOfNames([System.Runtime.InteropServices.In]ref System.Guid riid, System.IntPtr rgszNames, uint cNames, uint lcid, System.IntPtr rgDispId) { }
+ System.Type System.Runtime.InteropServices._MethodInfo.GetType() { throw null; }
void System.Runtime.InteropServices._MethodInfo.GetTypeInfo(uint iTInfo, uint lcid, System.IntPtr ppTInfo) { }
void System.Runtime.InteropServices._MethodInfo.GetTypeInfoCount(out uint pcTInfo) { throw null; }
void System.Runtime.InteropServices._MethodInfo.Invoke(uint dispIdMember, [System.Runtime.InteropServices.In]ref System.Guid riid, uint lcid, short wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr) { }