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-05-09 00:53:08 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-05-09 00:53:08 +0300
commitc01b2ee4746c22b1f8d225a81c812494f6090ef5 (patch)
tree892e41fd35d0104d3c2ea380f30efdf3df445b32
parentb92a098849ee3af629f996feebbeccfb238f795e (diff)
Apply changes from https://github.com/mono/mono/pull/14406 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs1
-rw-r--r--profiles/net_4_x/mscorlib.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index e824664..79eb0d4 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -11956,7 +11956,6 @@ namespace System.Reflection.Emit
public override bool IsDynamic { get { throw null; } }
public override string Location { get { throw null; } }
public override System.Reflection.Module ManifestModule { get { throw null; } }
- [System.MonoTODOAttribute]
public override bool ReflectionOnly { get { throw null; } }
public void AddResourceFile(string name, string fileName) { }
public void AddResourceFile(string name, string fileName, System.Reflection.ResourceAttributes attribute) { }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 26c1b5a..d437c71 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -11993,7 +11993,6 @@ namespace System.Reflection.Emit
public override bool IsDynamic { get { throw null; } }
public override string Location { get { throw null; } }
public override System.Reflection.Module ManifestModule { get { throw null; } }
- [System.MonoTODOAttribute]
public override bool ReflectionOnly { get { throw null; } }
public void AddResourceFile(string name, string fileName) { }
public void AddResourceFile(string name, string fileName, System.Reflection.ResourceAttributes attribute) { }