I'm binding an Obj-C library that contain classes which inherit each other. In Obj-C, constructors are no more than init methods, so subclasses inherit those of base classes easily. However, in C# non-default constructors are not inherited. Is there a way to get over this problem without writing a constructor inside every class that should inherit it?
-- View this message in context: http://monotouch.2284126.n4.nabble.com/Binding-Objective-C-classes-and-constructor-inheritance-tp4082310p4082310.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
