[Mono-bugs] [Bug 634413] CharSequence/ICharSequence mixup
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 25 11:30:18 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=634413
https://bugzilla.novell.com/show_bug.cgi?id=634413#c1
Mike Kestner <mkestner at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Mike Kestner <mkestner at novell.com> 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.
More information about the mono-bugs
mailing list