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-03-06 10:54:22 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-06 10:54:22 +0300
commit0c8a9d25123bfb9fbcec53f2b5bebfd041df32d6 (patch)
tree62878a304b09c2695090715c978a228fd6be6755 /profiles/monotouch/System.cs
parent9c5aa2c4c79b91358812fd2614d3d6cdb763c619 (diff)
Apply changes from https://github.com/mono/mono/pull/13198 to API snapshot
Diffstat (limited to 'profiles/monotouch/System.cs')
-rw-r--r--profiles/monotouch/System.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index b49d71b..fa5158d 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -4975,6 +4975,7 @@ namespace System.IO
public string Name { get { throw null; } }
}
public delegate void FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e);
+ [System.ComponentModel.DefaultEventAttribute("Changed")]
public partial class FileSystemWatcher : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
{
public FileSystemWatcher() { }
@@ -5881,6 +5882,7 @@ namespace System.Net
[System.SerializableAttribute]
public partial class HttpWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
{
+ public HttpWebResponse() { }
[System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public string CharacterSet { get { throw null; } }