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-08-01 05:01:44 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-08-01 05:01:44 +0300
commit28083e6bcd3a840830c4c3dd9a544c208200cdeb (patch)
treef0c870ffee4e14df5cbdc7258e880d66812b0a41
parentbd56d9351a140835552d8ffddcbc4f6f5f131f02 (diff)
Apply changes from https://github.com/mono/mono/pull/15766 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 213195c..7cbde41 100644
--- a/profiles/net_4_x/Mono.Debugger.Soft.cs
+++ b/profiles/net_4_x/Mono.Debugger.Soft.cs
@@ -254,6 +254,7 @@ namespace Mono.Debugger.Soft
public System.Reflection.FieldAttributes Attributes { get { throw null; } }
public Mono.Debugger.Soft.TypeMirror DeclaringType { get { throw null; } }
public Mono.Debugger.Soft.TypeMirror FieldType { get { throw null; } }
+ public int FixedSize { get { throw null; } }
public string FullName { get { throw null; } }
public bool IsAssembly { get { throw null; } }
public bool IsFamily { get { throw null; } }