mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
426 stars 141 forks source link

Largely remove System.Collections #221

Closed decriptor closed 6 years ago

decriptor commented 6 years ago

I think I've removed all of the System.Collections from the code base. I'm a bit worried about moving from HashTables to Dictionary<> though.

This is untested!

Therzok commented 6 years ago

Gen diff:

275 files changed, 21376 insertions(+), 21376 deletions(-)

Seems like things got reordered

Therzok commented 6 years ago

Yep, this PR is good to go, only order was changed