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-08-03 22:34:05 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-08-03 22:34:05 +0300
commitfc50bc4f8fbd110577e0e233161c935c3b43dc1d (patch)
tree7a4b24420b3c10b3d4372fc674ac41e849106228
parent28083e6bcd3a840830c4c3dd9a544c208200cdeb (diff)
Apply changes from https://github.com/mono/mono/pull/15879 to API snapshot
-rw-r--r--profiles/monodroid/System.cs1
-rw-r--r--profiles/monotouch/System.cs1
-rw-r--r--profiles/net_4_x/System.cs1
3 files changed, 3 insertions, 0 deletions
diff --git a/profiles/monodroid/System.cs b/profiles/monodroid/System.cs
index 37208de..0d6b344 100644
--- a/profiles/monodroid/System.cs
+++ b/profiles/monodroid/System.cs
@@ -5095,6 +5095,7 @@ namespace System.IO.Compression
protected override void Dispose(bool disposing) { }
public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
public override void EndWrite(System.IAsyncResult asyncResult) { }
+ ~DeflateStream() { }
public override void Flush() { }
public override int Read(byte[] array, int offset, int count) { throw null; }
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 593c0f8..3627807 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -5098,6 +5098,7 @@ namespace System.IO.Compression
protected override void Dispose(bool disposing) { }
public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
public override void EndWrite(System.IAsyncResult asyncResult) { }
+ ~DeflateStream() { }
public override void Flush() { }
public override int Read(byte[] array, int offset, int count) { throw null; }
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
diff --git a/profiles/net_4_x/System.cs b/profiles/net_4_x/System.cs
index 0613b72..1617e73 100644
--- a/profiles/net_4_x/System.cs
+++ b/profiles/net_4_x/System.cs
@@ -7511,6 +7511,7 @@ namespace System.IO.Compression
protected override void Dispose(bool disposing) { }
public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
public override void EndWrite(System.IAsyncResult asyncResult) { }
+ ~DeflateStream() { }
public override void Flush() { }
public override int Read(byte[] array, int offset, int count) { throw null; }
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }