Skip to content

Instantly share code, notes, and snippets.

@lacolaco
Created January 23, 2014 13:12
Show Gist options
  • Save lacolaco/8578220 to your computer and use it in GitHub Desktop.
Save lacolaco/8578220 to your computer and use it in GitHub Desktop.
----sample: IEnumerable<T>----
--OrderBy--
29947
--ElementAt--
757
--Skip--
735
----sample: Array<T>----
--OrderBy--
28894
--ElementAt--
0
--Skip--
259
----sample: List<T>----
--OrderBy--
28515
--ElementAt--
0
--Skip--
319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment