2007-04-09 Alp Toker <alp@atoker.com>
authorAlp Toker <alp@mono-cvs.ximian.com>
Mon, 9 Apr 2007 00:45:14 +0000 (00:45 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Mon, 9 Apr 2007 00:45:14 +0000 (00:45 -0000)
commitf9d61aea34addf8070951d6daf76585cc7cb1640
tree011ce59da42db5c4f3971e5dfcb72f79dadd5b1f
parent9e64f5e509460b0fdc3256dd6a74c63c83c10ae3
2007-04-09  Alp Toker  <alp@atoker.com>

* MethodBase.cs: IsGenericMethodDefinition() and IsGenericMethod()
should return false, not throw NotSupportedException. This matches MS
behaviour and introduces simplifications in subclasses.
* MonoMethod.cs: MonoCMethod: Remove redundant overrides.

svn path=/trunk/mcs/; revision=75528
mcs/class/corlib/System.Reflection/ChangeLog
mcs/class/corlib/System.Reflection/MethodBase.cs
mcs/class/corlib/System.Reflection/MonoMethod.cs