https://bugzilla.novell.com/show_bug.cgi?id=634413
https://bugzilla.novell.com/show_bug.cgi?id=634413#c1 Mike Kestner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Mike Kestner <[email protected]> 2010-08-25 15:30:17 UTC --- CharSequence in this case is a marshaler. Its purpose is to be able to marshal strings as ICharSequences via an implicit cast. ICharSequences returned from the api are wrapped by a CharSequence marshaler so that you can treat them like a string via another implicit cast or retrieve the underlying ICharSequence via the Object property. I think the piece that is missing here is an implicit cast to CharSequence on the SpannableString and other classes that implement ICharSequence. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
