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-28 20:57:43 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-02-28 20:57:43 +0300
commit54cc1c0ef5278ecac0ece9306819e0acbe6214be (patch)
tree9d68d554b192f58bc746d0fe069e8752fdedaad1
parentb6dc4d67164b0fa328a02d1cfeb0451c917b26df (diff)
Apply changes from https://github.com/mono/mono/pull/9091 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Debugger.Soft.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Debugger.Soft.cs b/profiles/net_4_x/Mono.Debugger.Soft.cs
index 60bcfe1..a175cdc 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -850,6 +850,7 @@ namespace Mono.Debugger.Soft
public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
+ public Mono.Debugger.Soft.EventSet GetNextEventSet(int timeoutInMilliseconds) { throw null; }
[System.ObsoleteAttribute("Use GetNextEventSet () instead")]
public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }