From 41a2c7a4a306ff35185b77174caf99f1bddc33b4 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Mon, 5 Aug 2019 11:22:42 +0000 Subject: Apply changes from https://github.com/mono/mono/pull/16007 to API snapshot --- profiles/monodroid/System.cs | 1 + profiles/monotouch/System.cs | 1 + profiles/net_4_x/System.cs | 1 + 3 files changed, 3 insertions(+) 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; } -- cgit v1.2.3