Skip to content

Instantly share code, notes, and snippets.

@unity3dcollege
Created July 1, 2017 20:17
Show Gist options
  • Save unity3dcollege/37ab74d14d82030313d03e6022dcf411 to your computer and use it in GitHub Desktop.
Save unity3dcollege/37ab74d14d82030313d03e6022dcf411 to your computer and use it in GitHub Desktop.
var dogsInOrder = allDogs.OrderBy(t=> t.Color)
.ThenBy(t=> t.Size);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment