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-24 16:20:19 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-05-24 16:20:19 +0300
commitbcce3629642c6a70ea06e95ea9da3d07792c68db (patch)
tree694d681b5dd11207fe0b0ef2e2881a678ad89c6b
parent9fd43daedcec83d9025ccfd06b9aa724ef52f5b8 (diff)
Apply changes from https://github.com/mono/mono/pull/14616 to API snapshot
-rw-r--r--profiles/monotouch/System.Core.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/monotouch/System.Core.cs b/profiles/monotouch/System.Core.cs
index abf6e68..44f13dd 100644
--- a/profiles/monotouch/System.Core.cs
+++ b/profiles/monotouch/System.Core.cs
@@ -2049,6 +2049,8 @@ namespace System.Linq.Expressions
public System.Delegate Compile() { throw null; }
public System.Delegate Compile(bool preferInterpretation) { throw null; }
public System.Delegate Compile(System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) { throw null; }
+ public void CompileToMethod(System.Reflection.Emit.MethodBuilder method) { }
+ public void CompileToMethod(System.Reflection.Emit.MethodBuilder method, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) { }
}
[System.Diagnostics.DebuggerTypeProxyAttribute("System.Linq.Expressions.Expression.ListInitExpressionProxy")]
public sealed partial class ListInitExpression : System.Linq.Expressions.Expression
@@ -2432,6 +2434,10 @@ namespace System.Runtime.CompilerServices
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("do not use this method", true)]
public static object ExpandoTrySetValue(System.Dynamic.ExpandoObject expando, object indexClass, int index, object value, string name, bool ignoreCase) { throw null; }
+ [System.ObsoleteAttribute("do not use this method")]
+ public static System.Runtime.CompilerServices.IRuntimeVariables MergeRuntimeVariables(System.Runtime.CompilerServices.IRuntimeVariables first, System.Runtime.CompilerServices.IRuntimeVariables second, int[] indexes) { throw null; }
+ [System.ObsoleteAttribute("do not use this method")]
+ public static System.Linq.Expressions.Expression Quote(System.Linq.Expressions.Expression expression, object hoistedLocals, object[] locals) { throw null; }
}
public partial class StrongBox<T> : System.Runtime.CompilerServices.IStrongBox
{