Click here to Skip to main content
15,898,940 members

Comments by Jaroslav Kaas (Top 1 by date)

Jaroslav Kaas 8-Jun-11 2:06am View    
Deleted
Reason for my vote of 1
Item 2 is also wrong. col.AsEnumerable() simply returns col itself without any change ("return col", no yield or anything else) so the result can be casted back to List<t> for example.