* Container.cs: Use generic list on 2.0 profile, and avoid using var
authorGert Driesen <drieseng@users.sourceforge.net>
Sat, 18 Jul 2009 12:14:42 +0000 (12:14 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sat, 18 Jul 2009 12:14:42 +0000 (12:14 -0000)
commit41cb9e9a05f262eeeeca9f96381e3cd4cb16268f
treeb5ffd6641a6238b55a71b81d6fe0047cabd35828
parentc58d431a74f0112c546c299ff7263509b41cafdd
* Container.cs: Use generic list on 2.0 profile, and avoid using var
on 1.0 profile. Use for loop instead of while in Dispose to avoid
accessing count on each iteration.

svn path=/trunk/mcs/; revision=138176
mcs/class/System/System.ComponentModel/ChangeLog
mcs/class/System/System.ComponentModel/Container.cs