Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Last active February 27, 2016 17:29
Show Gist options
  • Save andevsoftware/8ddd64f901b1e79944ef to your computer and use it in GitHub Desktop.
Save andevsoftware/8ddd64f901b1e79944ef to your computer and use it in GitHub Desktop.
TSCore\Data\Collection - each method
var collection = new TSCore.Data.Collection<number>([1, 2, 3, 4]).each(value => {
//
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment