Skip to content

Instantly share code, notes, and snippets.

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