Last active
February 27, 2016 17:29
-
-
Save andevsoftware/82077e62d37fe3b23bb7 to your computer and use it in GitHub Desktop.
TSCore\Data\Collection - Length
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]); | |
collection.length; | |
// 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment