[Mono-bugs] [Bug 645246] New: View.FindViewByID doesn't have a generic overload: FindViewByID<T>
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Oct 10 16:52:43 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=645246
https://bugzilla.novell.com/show_bug.cgi?id=645246#c0
Summary: View.FindViewByID doesn't have a generic overload:
FindViewByID<T>
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: 64bit
OS/Version: Windows 7
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Class Libraries
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: bryancostanich at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Customer
Blocker: No
Activity.FindeViewByID has a generic overload that doesn't require you to cast,
but View.FindViewByID doesn't.
please add:
public T FindViewByID<T>(int id);
to View.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list