On Sep 18, 2012, at 5:38 PM, hugoterelle <[email protected]> wrote:
> Why VS2010 tells me SelectedItem is a Java.Lang.Object BUT the "Instance" 
> inside that object is Article (actually ArticleCategory in my case)?

Theory, which perhaps someone can test: perhaps Visual Studio will only show 
_public_ type names unless you have debug symbols for the assembly? 
Android.Runtime.JavaObject is an internal type, and as there are no debug 
symbols for Mono.Android.dll perhaps Visual Studio is providing the first base 
class that's a public type, which would be Java.Lang.Object in this case.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to