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-05 14:22:42 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-08-05 14:22:42 +0300
commit41a2c7a4a306ff35185b77174caf99f1bddc33b4 (patch)
tree502534915edd55a3f4b6913544851b0c9363fa5b
parent10bccdb19fc58e46d3db223894edc8ae2ec35202 (diff)
Apply changes from https://github.com/mono/mono/pull/16007 to API snapshot2019-02
-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 c876fc1..819e807 100644
--- a/profiles/monodroid/System.cs
+++ b/profiles/monodroid/System.cs
@@ -5089,6 +5089,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 471dc3b..6003720 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -5092,6 +5092,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 cae17c3..ac8763f 100644
--- a/profiles/net_4_x/System.cs
+++ b/profiles/net_4_x/System.cs
@@ -7506,6 +7506,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; }