From 987559e7c8802201b71b441da6fc7e4165eea700 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 30 Aug 2016 11:21:59 -0700 Subject: [PATCH] Delete non-existing method [tfs-changeset: 1624957] --- src/mscorlib/ref/mscorlib.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mscorlib/ref/mscorlib.cs b/src/mscorlib/ref/mscorlib.cs index dac7cba..2ecc4fb 100644 --- a/src/mscorlib/ref/mscorlib.cs +++ b/src/mscorlib/ref/mscorlib.cs @@ -7392,7 +7392,6 @@ namespace System.Reflection public abstract void ReorderArgumentArray(ref object[] args, object state); public abstract System.Reflection.MethodBase SelectMethod(System.Reflection.BindingFlags bindingAttr, System.Reflection.MethodBase[] match, System.Type[] types, System.Reflection.ParameterModifier[] modifiers); public abstract System.Reflection.PropertyInfo SelectProperty(System.Reflection.BindingFlags bindingAttr, System.Reflection.PropertyInfo[] match, System.Type returnType, System.Type[] indexes, System.Reflection.ParameterModifier[] modifiers); - public virtual bool CanChangeType(System.Object value,System.Type type,System.Globalization.CultureInfo culture) { throw null; } } [System.FlagsAttribute] [System.Runtime.InteropServices.ComVisibleAttribute(true)] -- 2.7.4