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-07-10 22:45:40 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-07-10 22:45:40 +0300
commit70a48c6c5c340dee88cac8fb049ebc98d15ce6e1 (patch)
treec49e3da2c583b641cdcee3e26eb8eca5d7f57d0f /profiles
parentab844aef5ae5f6b596d1dc9050a7f9fd68aff613 (diff)
Apply changes from https://github.com/mono/mono/pull/15591 to API snapshot
Diffstat (limited to 'profiles')
-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 67e31bc..213195c 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -26,6 +26,7 @@ namespace Mono.Debugger.Soft
public Mono.Debugger.Soft.AssemblyMirror Corlib { get { throw null; } }
public string FriendlyName { get { throw null; } }
public Mono.Debugger.Soft.ObjectMirror CreateBoxedValue(Mono.Debugger.Soft.Value value) { throw null; }
+ public Mono.Debugger.Soft.ArrayMirror CreateByteArray(byte[] bytes) { throw null; }
public Mono.Debugger.Soft.StringMirror CreateString(string s) { throw null; }
public Mono.Debugger.Soft.AssemblyMirror[] GetAssemblies() { throw null; }
public Mono.Debugger.Soft.TypeMirror GetCorrespondingType(System.Type t) { throw null; }