Hi Sergio,

On Thu, Sep 15, 2011 at 9:55 AM, Sergio Fadda <[email protected]>wrote:

> Hi,
>
> I've noticed that this issue happens only if the generics method
> declaration is defined into the interface.
>
> Am I missing something?
>

Unfortunately, yes. This is a limitation of MonoTouch. Virtual generic
methods, specially on interfaces, cannot
be detected when compiling your project. There are a couple of ways to work
around this.

The first one is to avoid this kind of method at all, the other is dispatch
against concrete classes.

We've been researching on options to handle this but are yet to commit time
to overcome it.

Hope it helped,
Rodrigo Kumpera
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to