Skip to content

Instantly share code, notes, and snippets.

@vhenzl
Created September 6, 2012 14:51
Show Gist options
  • Save vhenzl/3657030 to your computer and use it in GitHub Desktop.
Save vhenzl/3657030 to your computer and use it in GitHub Desktop.
list.Where(x => x)
.Select(x => new
{
X = x
})
.OrderBy(x => x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment