On Dec 19, 2011, at 11:03 PM, Felix Collins wrote: > My class declaration is... > public partial class NotifyingList<T> : Android.Runtime.JavaList<T>
This will be fixed in the next release. > Any ideas or workarounds? Subclassing the non-generic JavaList class works, as does inheriting from List<T> (as you mentioned later). - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
