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-05-12 19:14:08 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-05-12 19:14:08 +0300
commit40fed9c0af36de2d44dd7fa7b5de9d55c55321d2 (patch)
tree5a67859ed6bc9bd7cc442c73059aa9737efefc45
parent8398889c0d028358922ff46acee772ee1fa836e1 (diff)
Apply changes from https://github.com/mono/mono/pull/19725 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 a87a1ef..017e108 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -49,6 +49,7 @@ namespace Mono.Debugger.Soft
public int GetLength(int dimension) { throw null; }
public int GetLowerBound(int dimension) { throw null; }
public System.Collections.Generic.IList<Mono.Debugger.Soft.Value> GetValues(int index, int length) { throw null; }
+ public void SetByteValues(byte[] bytes) { }
public void SetValues(int index, Mono.Debugger.Soft.Value[] values) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
}