Am 07.09.2006 um 20:28 schrieb Abe Gillespie: > static Child.ctor is called first and then static Parent.ctor is > called ... that's just the way the order of operations go.
Okay, thanks. As a workaround I've introduced a static no-op method on the base class which leads to it being initialized before the rest of my code. ;-) Andreas _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
