[mono-android] [Monodroid] SetTag and the Java.Lang.Object
Jonathan Pryor
jpryor at novell.com
Mon Mar 14 17:00:33 EDT 2011
On Mar 13, 2011, at 12:36 PM, Tom Opgenorth wrote:
> Just came across this same behavior in P14. Bug report says it's
> closed, could this be a regression?
Could you elaborate on the behavior you're seeing? #635129 says that we'll add implicit conversion operators from several builtin types (int, string, etc.) to Java.Lang.Object, thus allowing the following to compile w/o error::
button.Tag = "2";
This is still the case (that is, it compiles and executes properly for me), so I'm at a loss to deduce the bug you're reporting.
- Jon
More information about the Monodroid
mailing list