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:
-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; } }