2008-01-22 Jonathan Pobst <monkey@jpobst.com>
commit0cee9e94830486b69c811bf437dc92a2d319e233
authorJonathan Pobst <monkey@jpobst.com>
Tue, 22 Jan 2008 16:42:21 +0000 (22 16:42 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 22 Jan 2008 16:42:21 +0000 (22 16:42 -0000)
tree3e87ff8f553a28f42124e6bafee0e604c28761a3
parent4c5ec7e90642dac36148c2d13fd5bdbc40359c00
2008-01-22  Jonathan Pobst  <monkey@jpobst.com>

* Control.cs: Implement a custom enumerator so people can delete
from the Controls collection while in a foreach.
[Fixes bug #355074]

2008-01-22  Jonathan Pobst  <monkey@jpobst.com>

* ControlTest.cs: Add test for bug #355074.

svn path=/trunk/mcs/; revision=93545
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs