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-01-10 20:05:56 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-01-10 20:05:56 +0300
commitf6cd6f186002234b5a5e074918b89a0ba9b12144 (patch)
tree610b8f36e0ce85661cecc70b969c2b9f8888eecc /profiles
parent1ecd472bcd31d423a095b439cb81ef844e07cd6b (diff)
Apply changes from https://github.com/mono/mono/pull/12197 to API snapshot
Diffstat (limited to 'profiles')
-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 eb33572..4180994 100644
--- a/profiles/monodroid/System.cs
+++ b/profiles/monodroid/System.cs
@@ -4974,6 +4974,7 @@ namespace System.IO
public FileSystemWatcher(string path, string filter) { }
public bool EnableRaisingEvents { get { throw null; } set { } }
public string Filter { get { throw null; } set { } }
+ public System.Collections.ObjectModel.Collection<string> Filters { get { throw null; } }
public bool IncludeSubdirectories { get { throw null; } set { } }
public int InternalBufferSize { get { throw null; } set { } }
public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 7cc86ea..dbc3c3b 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -4978,6 +4978,7 @@ namespace System.IO
public FileSystemWatcher(string path, string filter) { }
public bool EnableRaisingEvents { get { throw null; } set { } }
public string Filter { get { throw null; } set { } }
+ public System.Collections.ObjectModel.Collection<string> Filters { get { throw null; } }
public bool IncludeSubdirectories { get { throw null; } set { } }
public int InternalBufferSize { get { throw null; } set { } }
public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
diff --git a/profiles/net_4_x/System.cs b/profiles/net_4_x/System.cs
index 8770736..ca5ab6f 100644
--- a/profiles/net_4_x/System.cs
+++ b/profiles/net_4_x/System.cs
@@ -7554,6 +7554,7 @@ namespace System.IO.CoreFX
public FileSystemWatcher(string path, string filter) { }
public bool EnableRaisingEvents { get { throw null; } set { } }
public string Filter { get { throw null; } set { } }
+ public System.Collections.ObjectModel.Collection<string> Filters { get { throw null; } }
public bool IncludeSubdirectories { get { throw null; } set { } }
public int InternalBufferSize { get { throw null; } set { } }
public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }