Last active
February 27, 2016 17:29
-
-
Save andevsoftware/8ddd64f901b1e79944ef to your computer and use it in GitHub Desktop.
TSCore\Data\Collection - each method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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