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 02:43:57 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-05-24 02:43:57 +0300
commitab4601eded43649d4854b07368f9a6c76d03b8a6 (patch)
tree22ee74a8fea5797805dee1121428ff2de23c3ce4
parentc01b2ee4746c22b1f8d225a81c812494f6090ef5 (diff)
Apply changes from https://github.com/mono/mono/pull/14606 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 f2f6561..cd9660a 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
@@ -2452,6 +2454,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
{