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>2018-07-14 14:36:37 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-07-14 14:36:37 +0300
commit53825fa60040190cbf04706cc04bd53465916608 (patch)
tree9c8094ab9bc4847b26bd072aadeb97bc37978a2a
parent6ef6bbeb5441c68c2c8bd9bbcfc075bf5aee097c (diff)
Apply changes from https://github.com/mono/mono/pull/9521 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs1
-rw-r--r--profiles/monotouch/mscorlib.cs1
-rw-r--r--profiles/net_4_x/mscorlib.cs1
3 files changed, 0 insertions, 3 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 89dd80e..7f9ddf9 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -9338,7 +9338,6 @@ namespace System.IO
public long AvailableFreeSpace { get { throw null; } }
public string DriveFormat { get { throw null; } }
public System.IO.DriveType DriveType { get { throw null; } }
- [System.MonoTODOAttribute("It always returns true")]
public bool IsReady { get { throw null; } }
public string Name { get { throw null; } }
public System.IO.DirectoryInfo RootDirectory { get { throw null; } }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 380e246..739e471 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -9309,7 +9309,6 @@ namespace System.IO
public long AvailableFreeSpace { get { throw null; } }
public string DriveFormat { get { throw null; } }
public System.IO.DriveType DriveType { get { throw null; } }
- [System.MonoTODOAttribute("It always returns true")]
public bool IsReady { get { throw null; } }
public string Name { get { throw null; } }
public System.IO.DirectoryInfo RootDirectory { get { throw null; } }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 47fc637..f8cec9f 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -9373,7 +9373,6 @@ namespace System.IO
public long AvailableFreeSpace { get { throw null; } }
public string DriveFormat { get { throw null; } }
public System.IO.DriveType DriveType { get { throw null; } }
- [System.MonoTODOAttribute("It always returns true")]
public bool IsReady { get { throw null; } }
public string Name { get { throw null; } }
public System.IO.DirectoryInfo RootDirectory { get { throw null; } }