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>2020-03-24 15:00:26 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-03-24 15:00:26 +0300
commit08f847d614f397577f26726f6d9860b12d957818 (patch)
tree3f36d6675fa39bb3a486b9e60293cf8184dec649
parent6d7aef94ddd3cc2b8e9c92ba00a3e0a02616c690 (diff)
Apply changes from https://github.com/mono/mono/pull/19103 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 2685db2..a87a1ef 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -206,6 +206,7 @@ namespace Mono.Debugger.Soft
protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
public void Disable() { }
public virtual void Enable() { }
+ public int GetId() { throw null; }
protected void SetEnabled(int id) { }
}
public partial class EventSet