[mono-android] Failure to package/build with generic class inheriting from JavaList<T>
Jonathan Pryor
jonp at xamarin.com
Wed Jan 4 14:06:33 EST 2012
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
More information about the Monodroid
mailing list