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-02-16 23:30:49 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-02-16 23:30:49 +0300
commit7896ad7c3d087516f6531926cb1ef1d239f6b1a2 (patch)
treeb95e7446348ad5df17bb8d543e8241076e3b27d4 /profiles/monotouch
parentb6f22e38fbf9146a01d004d7aa0298c69e181567 (diff)
Apply changes from https://github.com/mono/mono/pull/13041 to API snapshot
Diffstat (limited to 'profiles/monotouch')
-rw-r--r--profiles/monotouch/mscorlib.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 93f42bf..6ceda03 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -7293,7 +7293,6 @@ namespace System.Diagnostics
None = 0,
}
}
- [System.MonoTODOAttribute("The Debugger class is not functional")]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public sealed partial class Debugger
{
@@ -7303,7 +7302,6 @@ namespace System.Diagnostics
public static bool IsAttached { get { throw null; } }
public static void Break() { }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static bool IsLogging() { throw null; }
- [System.MonoTODOAttribute("Not implemented")]
public static bool Launch() { throw null; }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static void Log(int level, string category, string message) { }
public static void NotifyOfCrossThreadDependency() { }