* Hashtable.cs (get_Item): duplicate Find here, as we can
commit7284445dc33ac6639b19cd6b1b6408fe29376e0f
authorBen Maurer <benm@mono-cvs.ximian.com>
Tue, 21 Dec 2004 19:10:43 +0000 (21 19:10 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Tue, 21 Dec 2004 19:10:43 +0000 (21 19:10 -0000)
tree7ea2a3b43dc675999d78ab2320e5aee614174f13
parent1e30148bfb4a992ca2e55c0c887594ae519609c3
* Hashtable.cs (get_Item): duplicate Find here, as we can
specialize a few things. This gives me 7% back.
(Find) Use break rather than return -1. Saves a bit of code.

svn path=/trunk/mcs/; revision=38045
mcs/class/corlib/System.Collections/ChangeLog
mcs/class/corlib/System.Collections/Hashtable.cs