CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

No Title

123 Views
Copy Code Show/Hide Line Numbers
public IEnumerable<Presentation.Image> Foo(IEnumerable<Domain.Image> images)
{
    return from di in images
           let url = InvokeSomeMappingHere(di)
           select new Presentation.Image(di.Title, url);
}
by Mark Seemann
  March 12, 2010 @ 1:53am

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate