[Mono-bugs] [Bug 608195] Enumerable.Reverse should be lazier

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 24 10:50:07 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=608195

http://bugzilla.novell.com/show_bug.cgi?id=608195#c5


--- Comment #5 from Jb Evain <jbevain at novell.com> 2010-05-24 14:50:06 UTC ---
Add to that the fact that the database case is not different at all. You can
pass around a IQueryable of T as an IEnumerable of T, and by calling
Enumerable.Reverse on it, you don't want to iterate over the IQueryable return
set until you actually call GetEnumerator on the iterator returned by
Enumerable.Reverse.

-- 
Configure bugmail: http://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