You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.259
Former-commit-id: a2feb8469d8f23b4264831f7d8d4e51f47cd1948
This commit is contained in:
parent
03112dc19c
commit
3d63c66c1d
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Reflection.Emit;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace System.Runtime.CompilerServices {
|
||||
|
||||
public partial class RuntimeOps {
|
||||
|
||||
[Obsolete ("do not use this method")]
|
||||
public static IRuntimeVariables MergeRuntimeVariables (IRuntimeVariables first, IRuntimeVariables second, int[] indexes) => throw new PlatformNotSupportedException ();
|
||||
|
||||
[Obsolete ("do not use this method")]
|
||||
public static Expression Quote (Expression expression, object hoistedLocals, object[] locals) => throw new PlatformNotSupportedException ();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user