From 747f69d6d9163ecded0e786cede8164e22eb9327 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Sun, 7 Oct 2018 12:17:11 +0000 Subject: Apply changes from https://github.com/mono/mono/pull/11005 to API snapshot --- profiles/monodroid/mscorlib.cs | 15 --------------- profiles/monotouch/mscorlib.cs | 15 --------------- profiles/net_4_x/mscorlib.cs | 15 --------------- 3 files changed, 45 deletions(-) diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs index dccb01d..03364b1 100644 --- a/profiles/monodroid/mscorlib.cs +++ b/profiles/monodroid/mscorlib.cs @@ -5565,21 +5565,6 @@ namespace System } namespace System.Buffers { - public partial interface IRetainable - { - bool Release(); - void Retain(); - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct MemoryHandle : System.IDisposable - { - [System.CLSCompliantAttribute(false)] - public unsafe MemoryHandle(System.Buffers.IRetainable retainable, void* pointer=null, System.Runtime.InteropServices.GCHandle handle=default(System.Runtime.InteropServices.GCHandle)) { throw null;} - public bool HasPointer { get { throw null; } } - [System.CLSCompliantAttribute(false)] - public unsafe void* Pointer { get { throw null; } } - public void Dispose() { } - } public enum OperationStatus { DestinationTooSmall = 1, diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs index ab20fa5..8324144 100644 --- a/profiles/monotouch/mscorlib.cs +++ b/profiles/monotouch/mscorlib.cs @@ -5536,21 +5536,6 @@ namespace System } namespace System.Buffers { - public partial interface IRetainable - { - bool Release(); - void Retain(); - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct MemoryHandle : System.IDisposable - { - [System.CLSCompliantAttribute(false)] - public unsafe MemoryHandle(System.Buffers.IRetainable retainable, void* pointer=null, System.Runtime.InteropServices.GCHandle handle=default(System.Runtime.InteropServices.GCHandle)) { throw null;} - public bool HasPointer { get { throw null; } } - [System.CLSCompliantAttribute(false)] - public unsafe void* Pointer { get { throw null; } } - public void Dispose() { } - } public enum OperationStatus { DestinationTooSmall = 1, diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs index 40f58b8..b72d869 100644 --- a/profiles/net_4_x/mscorlib.cs +++ b/profiles/net_4_x/mscorlib.cs @@ -5603,21 +5603,6 @@ namespace System } namespace System.Buffers { - public partial interface IRetainable - { - bool Release(); - void Retain(); - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct MemoryHandle : System.IDisposable - { - [System.CLSCompliantAttribute(false)] - public unsafe MemoryHandle(System.Buffers.IRetainable retainable, void* pointer=null, System.Runtime.InteropServices.GCHandle handle=default(System.Runtime.InteropServices.GCHandle)) { throw null;} - public bool HasPointer { get { throw null; } } - [System.CLSCompliantAttribute(false)] - public unsafe void* Pointer { get { throw null; } } - public void Dispose() { } - } public enum OperationStatus { DestinationTooSmall = 1, -- cgit v1.2.3