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-03-12 19:21:58 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-12 19:21:58 +0300
commit9061efd2d933f3aec369956fa464f69bb70da11d (patch)
tree286121f2f1d11a62212d0870d3a633e17445a7b5
parentf8ea647aba460b9eeb970f804783fe6c12d857cd (diff)
Apply changes from https://github.com/mono/mono/pull/13417 to API snapshot
-rw-r--r--profiles/monodroid/mscorlib.cs1
-rw-r--r--profiles/monotouch/mscorlib.cs1
-rw-r--r--profiles/net_4_x/mscorlib.cs1
3 files changed, 3 insertions, 0 deletions
diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs
index 681edc1..a8e6235 100644
--- a/profiles/monodroid/mscorlib.cs
+++ b/profiles/monodroid/mscorlib.cs
@@ -13990,6 +13990,7 @@ namespace System.Runtime.CompilerServices
}
public static partial class RuntimeFeature
{
+ public const string DefaultImplementationsOfInterfaces = "DefaultImplementationsOfInterfaces";
public const string PortablePdb = "PortablePdb";
public static bool IsDynamicCodeCompiled { get { throw null; } }
public static bool IsDynamicCodeSupported { get { throw null; } }
diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs
index 06a89ad..8027220 100644
--- a/profiles/monotouch/mscorlib.cs
+++ b/profiles/monotouch/mscorlib.cs
@@ -13720,6 +13720,7 @@ namespace System.Runtime.CompilerServices
}
public static partial class RuntimeFeature
{
+ public const string DefaultImplementationsOfInterfaces = "DefaultImplementationsOfInterfaces";
public const string PortablePdb = "PortablePdb";
public static bool IsDynamicCodeCompiled { get { throw null; } }
public static bool IsDynamicCodeSupported { get { throw null; } }
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index bd125fa..846dd81 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -14112,6 +14112,7 @@ namespace System.Runtime.CompilerServices
}
public static partial class RuntimeFeature
{
+ public const string DefaultImplementationsOfInterfaces = "DefaultImplementationsOfInterfaces";
public const string PortablePdb = "PortablePdb";
public static bool IsDynamicCodeCompiled { get { throw null; } }
public static bool IsDynamicCodeSupported { get { throw null; } }