2010-04-01 Rodrigo Kumpera <rkumpera@novell.com>
commit6f19dc3b83609eaf766f735c571f59880b49fc50
authorkumpera <kumpera@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 1 Apr 2010 17:37:27 +0000 (1 17:37 +0000)
committerkumpera <kumpera@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 1 Apr 2010 17:37:27 +0000 (1 17:37 +0000)
tree0ec3654abb40a14b80520b7a372286966cc0e11d
parent14bae6a7ee94d2ad55261987170f20aa7a0e51fd
2010-04-01 Rodrigo Kumpera  <rkumpera@novell.com>

* Module.cs (GetMethod): Check for null 'types' argument.

* MonoModule.cs (GetMethodImpl): Special case when 'types'
is null and call Type::GetMethod(string) directly.
This is ok since proper checking of the 'types' overload
is done by callers.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@154660 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/corlib/System.Reflection/ChangeLog
class/corlib/System.Reflection/Module.cs
class/corlib/System.Reflection/MonoModule.cs