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-10-07 15:17:11 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-10-07 15:17:11 +0300
commit747f69d6d9163ecded0e786cede8164e22eb9327 (patch)
tree6fcd44e729bf69e26ad853a8d8b881602d8e522d
parent7a6982a8c29e99a19732246aa1fb4e2dd81be9a1 (diff)
Apply changes from https://github.com/mono/mono/pull/11005 to API snapshot2018-02
-rw-r--r--profiles/monodroid/mscorlib.cs15
-rw-r--r--profiles/monotouch/mscorlib.cs15
-rw-r--r--profiles/net_4_x/mscorlib.cs15
3 files changed, 0 insertions, 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,