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
429 stars 140 forks source link

[GLib] Optimize Value.ToBoxed() #193

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

Use a fact activator to avoid querying for the method on the type every time.